make the default text color of code listings more accessible

This commit is contained in:
Alexander Schwartz 2020-07-25 15:47:21 +02:00 committed by Jeremy Thomas
parent 36631e0268
commit 7a3efb04aa

View 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;