forked from wallabag/wallabag
Fix dark mode background color for pre tags
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -119,7 +119,8 @@
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
.hljs,
|
||||
#article pre.hljs {
|
||||
color: #abb2bf;
|
||||
background-color: #282c34;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user