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);