summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/header.scss')
-rw-r--r--app/assets/stylesheets/sections/header.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index ba92e8554cb..98c010ed72d 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -120,7 +120,7 @@ header {
border-bottom: 1px solid #AAA;
.nav > li > a {
- color: #DDD;
+ color: #AAA;
text-shadow: 0 1px 0 #444;
&:hover {
@@ -130,6 +130,10 @@ header {
}
}
+ .turbolink-spinner {
+ color: #FFF;
+ }
+
.search {
.search-input {
background-color: #D2D5DA;