aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2019-06-15 15:39:11 +0100
committerTrack3 <34504964+Track3@users.noreply.github.com>2019-06-15 22:39:11 +0800
commitbb99c7b77f65da8426caf9beb629bf3385eaf410 (patch)
tree1de370d645f288e2c6e43db2510d180f1ec87aea
parent8cdd37c74f77fd41048e115a8907c8da2e754333 (diff)
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).
-rw-r--r--assets/scss/_predefined.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_predefined.scss b/assets/scss/_predefined.scss
index 41c4d2b..56cc9f1 100644
--- a/assets/scss/_predefined.scss
+++ b/assets/scss/_predefined.scss
@@ -1,7 +1,7 @@
// Colors
//
$theme: #018574;
-$text: #c6cddb;
+$text: #e8eef2;
$light-grey: #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;