Make the keywords not grey on dark mode
This commit is contained in:
parent
d1e25ddf19
commit
7e3099aae3
|
@ -24,7 +24,7 @@ $target-background-color-dark: #55511c;
|
|||
$code-color: #f0f0f0;
|
||||
$code-color-dark: lighten($background-color-dark, 10%);
|
||||
$code-token-color: black;
|
||||
$code-token-color-dark: darken(white, 40%);
|
||||
$code-token-color-dark: $primary-color;
|
||||
$code-highlight-color: #fffd99;
|
||||
$code-highlight-color-dark: #555538;
|
||||
$code-border-color: darken($code-color, 10%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user