actually override highlight js garbage
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
59fea3d1ea
commit
3ee7328b7e
|
@ -42,7 +42,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #06122F !important;
|
color: var(--MAIN-TEXT-color) !important;
|
||||||
font-family: 'Public Sans'
|
font-family: 'Public Sans'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -185,3 +185,9 @@ div.notices.tip {
|
||||||
div.notices.tip p {
|
div.notices.tip p {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* override highlight.js bullshit */
|
||||||
|
|
||||||
|
div.highlight pre {
|
||||||
|
background-color: #06122F !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue