make the default text color of code listings more accessible
This commit is contained in:
parent
36631e0268
commit
7a3efb04aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue