Tone down the primary FG colour in dark mode a touch.

This commit is contained in:
Dave Page 2019-11-07 14:24:42 +00:00
parent 9961a6c101
commit 4c192393b0

View File

@ -2,7 +2,7 @@ $white: #fff;
$black: #000;
$color-bg: #222;
$color-fg: #fff;
$color-fg: #ddd;
$color-primary: #40617d;
$color-primary-fg: $white;