Change dark theme link colors to blue

This commit is contained in:
timvisee 2020-11-07 18:20:20 +01:00
parent 673abc9057
commit 81c3dbd5e5
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $color-main-bg-alt: darken($color-main-bg, 2%);
$color-main-border: darken($color-main-bg, 5%);
$color-main-shadow: rgba($color-main-border, 0.4);
$color-header: #fb4625;
$color-link: #ffc0cb;
$color-link: #6699cc;
$color-link-hover: lighten($color-link, 15%);
$color-code-bg: $color-main-bg-alt;