Commit 0904cc485c23385e4ac0628ddce5e1c842909af4
1 parent
28d517f5
Exists in
master
and in
4 other branches
Classic theme: Dark color for header links. White color for loading spinner
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/themes/ui_mars.scss
| @@ -23,8 +23,12 @@ | @@ -23,8 +23,12 @@ | ||
| 23 | background-color: #373D47; | 23 | background-color: #373D47; |
| 24 | } | 24 | } |
| 25 | } | 25 | } |
| 26 | + .nav > li > a { color: #AAA; } | ||
| 26 | } | 27 | } |
| 27 | } | 28 | } |
| 29 | + .turbolink-spinner { | ||
| 30 | + color: #FFF; | ||
| 31 | + } | ||
| 28 | 32 | ||
| 29 | .separator { | 33 | .separator { |
| 30 | background: #31363E; | 34 | background: #31363E; |