]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
make the default text color of code listings more accessible
authorAlexander Schwartz <alexander.schwartz@gmx.net>
Sat, 25 Jul 2020 13:47:21 +0000 (15:47 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 22 Aug 2020 06:57:38 +0000 (08:57 +0200)
sass/utilities/derived-variables.scss

index 54a03585d5eadbef51437b9b20aaa4f53aa41a74..bb4e45bf10dc23b47bc0de66e593c6361d805f8a 100644 (file)
@@ -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;