diff options
| author | rr- | 2016-06-13 22:34:39 +0200 |
|---|---|---|
| committer | rr- | 2016-06-13 22:43:07 +0200 |
| commit | 0f1e234a5d6b3161aa864620d3d73b7d63d6bf81 (patch) | |
| tree | 7f4d8245e2f711aeaaf4bb8254bf96e5e21f1c69 /client/css/colors.styl | |
| parent | e93af8b577dc13f324c6cbc9a2f204c760505917 (diff) | |
client/top-nav: trying out actual mvc
Diffstat (limited to 'client/css/colors.styl')
| -rw-r--r-- | client/css/colors.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/colors.styl b/client/css/colors.styl index 1a5996e..5c2ad11 100644 --- a/client/css/colors.styl +++ b/client/css/colors.styl @@ -1,6 +1,6 @@ $main-color = #24AADD $window-color = white -$top-nav-color = #F5F5F5 +$top-navigation-color = #F5F5F5 $text-color = #111 $inactive-link-color = #888 $line-color = #DDD |