Commit 3e115faa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

minor styling for dark themes

parent 31f007f7
app/assets/images/logo-white.png

4.33 KB | W: | H:

app/assets/images/logo-white.png

5.59 KB | W: | H:

app/assets/images/logo-white.png
app/assets/images/logo-white.png
app/assets/images/logo-white.png
app/assets/images/logo-white.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment