mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
make the default text color of code listings more accessible
This commit is contained in:
committed by
Jeremy Thomas
parent
36631e0268
commit
7a3efb04aa
@@ -62,7 +62,7 @@ $text-strong: $grey-darker !default;
|
|||||||
|
|
||||||
// Code colors
|
// Code colors
|
||||||
|
|
||||||
$code : $red !default;
|
$code : darken($red, 15%) !default;
|
||||||
$code-background: $background !default;
|
$code-background: $background !default;
|
||||||
|
|
||||||
$pre : $text !default;
|
$pre : $text !default;
|
||||||
|
|||||||
Reference in New Issue
Block a user