From: Alexander Schwartz Date: Sat, 25 Jul 2020 13:47:21 +0000 (+0200) Subject: make the default text color of code listings more accessible X-Git-Tag: 0.9.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3efb04aa630f7d5a5351a97d1a57b704ca2fe9;p=thirdparty%2Fbulma.git make the default text color of code listings more accessible --- diff --git a/sass/utilities/derived-variables.scss b/sass/utilities/derived-variables.scss index 54a03585d..bb4e45bf1 100644 --- a/sass/utilities/derived-variables.scss +++ b/sass/utilities/derived-variables.scss @@ -62,7 +62,7 @@ $text-strong: $grey-darker !default; // Code colors -$code : $red !default; +$code : darken($red, 15%) !default; $code-background: $background !default; $pre : $text !default;