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:
Jake Howard 2022-09-19 15:26:15 +01:00
parent 66ea6c2b1a
commit aadca46cd4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -21,3 +21,4 @@ $code-background: none;
$pre-background: none;
$code-padding: 0;
$code: inherit;
$pre: unset;