Improve the contrast between the background and text (#74)

Change text color from `#c6cddb` to `#e8eef2` in order to improve accessibility. Hermit theme now passes WCAG level AAA (contrast > 7.0).
This commit is contained in:
Damien Lespiau 2019-06-15 15:39:11 +01:00 committed by Track3
parent 8cdd37c74f
commit bb99c7b77f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Colors
//
$theme: #018574;
$text: #c6cddb;
$text: #e8eef2;
$light-grey: #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;