mirror of https://gitlab.com/curben/blog
fix(css): codeblock font color
- compatibility with Dark Reader
This commit is contained in:
parent
c35ebb1516
commit
6f4c24155c
|
@ -136,7 +136,6 @@ td,
|
||||||
th {
|
th {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
color: #666;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table th,
|
table th,
|
||||||
|
@ -679,7 +678,6 @@ blockquote {
|
||||||
.article-entry pre {
|
.article-entry pre {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background: #f3f5f6;
|
background: #f3f5f6;
|
||||||
color: #4d4d4c;
|
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
|
Loading…
Reference in New Issue