Change highlight color for code.

This commit is contained in:
Danila Fedorin 2020-08-12 01:37:39 -07:00
parent 65215ccdd6
commit b219f6855e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pre code {
.hl { .hl {
display: block; display: block;
background-color: lighten($primary-color, 25%); background-color: #fffd99;
} }
} }