mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
make the default text color of code listings more accessible
This commit is contained in:
parent
36631e0268
commit
7a3efb04aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user