fix(css): codeblock font color

- compatibility with Dark Reader
This commit is contained in:
curben 2019-09-03 17:56:31 +01:00
parent c35ebb1516
commit 6f4c24155c
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 2 deletions

View File

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