diff options
Diffstat (limited to 'web/css/_src/frontend.scss')
-rw-r--r-- | web/css/_src/frontend.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |