From 32a76d0f6de93017f4063e7c2e6b741050418ef1 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Wed, 4 Sep 2019 06:25:07 +0100 Subject: [PATCH] refactor(css): remove unused rule --- themes/typing/source/css/typing.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index d471e37..6a1137f 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -159,18 +159,12 @@ legend { font-weight: inherit; } -pre { - background: #f8f8f8; - border: 1px solid #ddd; - padding: 1em 1.5em; -} - code, kbd, pre, samp { font-size: 0.9em; - background-color: #f3f5f6; + background-color: #d8d8d8; } .article .article-entry blockquote footer cite a:hover,