Commit 3e115faafa13a0bcad5458a9632dec909eb376da

Authored by Dmitriy Zaporozhets
1 parent 31f007f7

minor styling for dark themes

app/assets/images/logo-white.png

4.33 KB | W: | H:

5.59 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
app/assets/stylesheets/sections/header.scss
... ... @@ -119,8 +119,12 @@ header {
119 119 border-bottom: 1px solid #AAA;
120 120  
121 121 .nav > li > a {
122   - color: #fff;
123   - text-shadow: 0 1px 0 #111;
  122 + color: #DDD;
  123 + text-shadow: 0 1px 0 #444;
  124 +
  125 + &:hover {
  126 + color: #FFF;
  127 + }
124 128 }
125 129 }
126 130 }
... ... @@ -145,7 +149,7 @@ header {
145 149 background: url('logo-white.png') no-repeat center 1px;
146 150 background-size: 38px;
147 151 color: #fff;
148   - text-shadow: 0 1px 1px #111;
  152 + text-shadow: 0 1px 1px #444;
149 153 }
150 154 }
151 155 }
... ... @@ -154,7 +158,7 @@ header {
154 158 color: #FFF;
155 159 }
156 160 color: #fff;
157   - text-shadow: 0 1px 1px #111;
  161 + text-shadow: 0 1px 1px #444;
158 162 }
159 163 }
160 164  
... ...