Fix unstyled font colours from pygments
Bulma defaulted to a dark font, which didn't look good in dark mode
This commit is contained in:
parent
66ea6c2b1a
commit
aadca46cd4
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ $code-background: none;
|
||||||
$pre-background: none;
|
$pre-background: none;
|
||||||
$code-padding: 0;
|
$code-padding: 0;
|
||||||
$code: inherit;
|
$code: inherit;
|
||||||
|
$pre: unset;
|
||||||
|
|
Loading…
Reference in a new issue