Make the keywords not grey on dark mode

This commit is contained in:
Danila Fedorin 2023-05-04 21:01:56 -07:00
parent d1e25ddf19
commit 7e3099aae3
1 changed files with 1 additions and 1 deletions

View File

@ -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%);