mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 15:08:47 +00:00
Merge pull request #5465 from wallabag/fix/dark-mode-hljs
Fix dark mode background color for pre tags
This commit is contained in:
commit
ff31d5b29c
3 changed files with 4 additions and 3 deletions
|
@ -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
Loading…
Reference in a new issue