actually override highlight js garbage
continuous-integration/drone/push Build is passing Details

main
Evan Hemsley 2020-07-12 03:06:06 -07:00
parent 59fea3d1ea
commit 3ee7328b7e
1 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@
}
body {
color: #06122F !important;
color: var(--MAIN-TEXT-color) !important;
font-family: 'Public Sans'
}
@ -185,3 +185,9 @@ div.notices.tip {
div.notices.tip p {
border-top: none;
}
/* override highlight.js bullshit */
div.highlight pre {
background-color: #06122F !important;
}