This commit is contained in:
Michael Zhang 2020-02-12 01:44:23 -06:00
parent 77a6f6f850
commit 1d2df8e326
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $monofont: "Roboto Mono", "Roboto Mono for Powerline", "Inconsolata", "Consolas"
// colors
@media (prefers-color-scheme: light) {
$background-color: #EADFD4;
$background-color: white;
$text-color: #15202B;
$small-text-color: lighten($text-color, 10%);
$link-color: royalblue;