diff options
author | ShevAbam <shevabam@gmail.com> | 2015-07-17 09:23:51 +0200 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2015-07-17 09:23:51 +0200 |
commit | 8e4aaf99de36987b572ca2b5f138b270f5d53f52 (patch) | |
tree | b8e0d438010d0675799808caf8946f7d9fdbfb27 /web/css/_src/frontend.scss | |
parent | c384224e0a0dbea61745595a2cb63664b6d2fd84 (diff) |
Change auto refresh method
Theme slate little a more lighter
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 { |