refactor(css): remove duplicates

This commit is contained in:
curben 2019-09-04 06:29:54 +01:00
parent 19940eebcb
commit 6576e6953a
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 7 deletions

View File

@ -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;