From a33a047de7be8e46137243928bc26bdaddb51c06 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sat, 14 Nov 2020 19:26:28 +0100 Subject: [PATCH] #109 added and used aniwatch dark color in css --- src/stylesheets/enhancements/_fontColor.scss | 2 +- src/stylesheets/vars/_colors.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/enhancements/_fontColor.scss b/src/stylesheets/enhancements/_fontColor.scss index 7abf5ff..d209588 100644 --- a/src/stylesheets/enhancements/_fontColor.scss +++ b/src/stylesheets/enhancements/_fontColor.scss @@ -1,7 +1,7 @@ .awp{ &-fontColor{ &-dark{ - color: #262626 !important; + color: $aniwatchDark !important; } } } \ No newline at end of file diff --git a/src/stylesheets/vars/_colors.scss b/src/stylesheets/vars/_colors.scss index 4e6f2b7..afaf996 100644 --- a/src/stylesheets/vars/_colors.scss +++ b/src/stylesheets/vars/_colors.scss @@ -1,2 +1,5 @@ $aniwatchBlue: #348fff; +$aniwatchDark: #282a39; + + $gray: rgba(155, 155, 155, 0.2);