Skip to content
Snippets Groups Projects
Commit 3e115faa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

minor styling for dark themes

parent 31f007f7
No related branches found
No related tags found
No related merge requests found
app/assets/images/logo-white.png

4.33 KiB | W: 80px | H: 75px

app/assets/images/logo-white.png

5.59 KiB | W: 80px | H: 75px

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
Loading
Loading
@@ -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;
}
}
}
}
Loading
Loading
@@ -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;
}
}
}
Loading
Loading
@@ -154,7 +158,7 @@ header {
color: #FFF;
}
color: #fff;
text-shadow: 0 1px 1px #111;
text-shadow: 0 1px 1px #444;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment