summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-16 14:12:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-16 14:12:21 +0300
commit3e115faafa13a0bcad5458a9632dec909eb376da (patch)
treecee8a2a2409f530aab460c518904912bde985ceb
parent31f007f79fda5814902fd8e9be5733ce6611781f (diff)
downloadgitlab-ce-3e115faafa13a0bcad5458a9632dec909eb376da.tar.gz
minor styling for dark themes
-rw-r--r--app/assets/images/logo-white.pngbin4437 -> 5722 bytes
-rw-r--r--app/assets/stylesheets/sections/header.scss12
2 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/images/logo-white.png b/app/assets/images/logo-white.png
index ecec2405372..a63fb1c9c0a 100644
--- a/app/assets/images/logo-white.png
+++ b/app/assets/images/logo-white.png
Binary files differ
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index 14e4cef011f..e315b4ebcaa 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -119,8 +119,12 @@ header {
border-bottom: 1px solid #AAA;
.nav > li > a {
- color: #fff;
- text-shadow: 0 1px 0 #111;
+ color: #DDD;
+ text-shadow: 0 1px 0 #444;
+
+ &:hover {
+ color: #FFF;
+ }
}
}
}
@@ -145,7 +149,7 @@ header {
background: url('logo-white.png') no-repeat center 1px;
background-size: 38px;
color: #fff;
- text-shadow: 0 1px 1px #111;
+ text-shadow: 0 1px 1px #444;
}
}
}
@@ -154,7 +158,7 @@ header {
color: #FFF;
}
color: #fff;
- text-shadow: 0 1px 1px #111;
+ text-shadow: 0 1px 1px #444;
}
}