Fix dark mode background color for pre tags

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2021-10-23 14:50:14 +02:00
parent c34760127f
commit 1e7849c401
3 changed files with 4 additions and 3 deletions

View file

@ -119,7 +119,8 @@
background-color: #666; background-color: #666;
} }
.hljs { .hljs,
#article pre.hljs {
color: #abb2bf; color: #abb2bf;
background-color: #282c34; background-color: #282c34;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long