mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 17:05:26 +00:00
Fix dark theme for pre HTML tags
This commit is contained in:
parent
3a51e48a4d
commit
58c8548da0
3 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs,
|
.hljs,
|
||||||
#article pre.hljs {
|
#article pre {
|
||||||
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