mirror of https://gitlab.com/curben/blog
refactor(css): remove duplicates
This commit is contained in:
parent
19940eebcb
commit
6576e6953a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue