Fix dark theme for pre HTML tags

This commit is contained in:
Simounet
2023-05-04 21:19:20 +02:00
parent 3a51e48a4d
commit 58c8548da0
3 changed files with 3 additions and 3 deletions

View File

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