From 6576e6953a95104ee151b966d317679d05ac7167 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Wed, 4 Sep 2019 06:29:54 +0100 Subject: [PATCH] refactor(css): remove duplicates --- themes/typing/source/css/typing.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index d381264..b1f4aaa 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -641,7 +641,6 @@ blockquote { .dark kbd, .dark pre, .dark samp { - font-size: 0.9em; background: #333; } @@ -651,11 +650,6 @@ blockquote { border: 1px solid #ddd; } -.dark .article-entry .highlight, -.dark .article-entry pre { - background: #333; -} - .dark .article-entry .highlight table caption, .dark .article-entry .highlight table td, .dark .article-entry .highlight td { @@ -669,7 +663,6 @@ blockquote { .article-entry .highlight, .article-entry pre { padding: 1em; - background: #f3f5f6; font-size: 0.9em; overflow: auto; line-height: 1.8;