diff options
Diffstat (limited to 'web/css/_src')
-rw-r--r-- | web/css/_src/_config.frontend.scss | 2 | ||||
-rw-r--r-- | web/css/_src/frontend.scss | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/web/css/_src/_config.frontend.scss b/web/css/_src/_config.frontend.scss index f02bc37..e900d34 100644 --- a/web/css/_src/_config.frontend.scss +++ b/web/css/_src/_config.frontend.scss @@ -37,7 +37,7 @@ $themes: ( main-color: #AA8ECC ), slate: ( - main-color: #707E8E + main-color: #7C8998 ), light: ( main-color: #C4C4C4 diff --git a/web/css/_src/frontend.scss b/web/css/_src/frontend.scss index 9a146b6..a1b29d7 100644 --- a/web/css/_src/frontend.scss +++ b/web/css/_src/frontend.scss @@ -79,6 +79,10 @@ nav[role="main"] { float: left; margin-left: 110px; line-height: $navbar-height; + + a { + color: #fff; + } } #update { |