better contrast for light theme links

pull/5150/head
Thibault Duplessis 2019-05-28 11:44:36 +02:00
parent 6b0163f2bd
commit 7e00b4b35f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $c-shade: c-dimmer($c-font, 80%);
$c-font-page: c-light($c-font, 37%);
/* Primary: blue */
$c-primary: hsl(209, 79%, 53%);
$c-primary: hsl(209, 79%, 50%);
$c-primary-dim: c-dimmer($c-primary);
$c-primary-clear: c-clearer($c-primary);
$c-primary-over: #fff; /* text over primary background */