From 0904cc485c23385e4ac0628ddce5e1c842909af4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 29 Jun 2013 09:05:26 +0300 Subject: [PATCH] Classic theme: Dark color for header links. White color for loading spinner --- app/assets/stylesheets/themes/ui_mars.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss index 6623229..d40a022 100644 --- a/app/assets/stylesheets/themes/ui_mars.scss +++ b/app/assets/stylesheets/themes/ui_mars.scss @@ -23,8 +23,12 @@ background-color: #373D47; } } + .nav > li > a { color: #AAA; } } } + .turbolink-spinner { + color: #FFF; + } .separator { background: #31363E; -- libgit2 0.21.2