1
0
Fork 0

Vier: New style "dark"

This commit is contained in:
Michael Vogel 2014-12-13 23:13:34 +01:00
commit 8b433c2d11
4 changed files with 74 additions and 3 deletions

View file

@ -1,4 +1,11 @@
*{ box-shadow: 0 0 0 0 !important;}
*{
box-shadow: 0 0 0 0 !important;
border-color: #EAEAEA !important;
}
nav { background-color: #27333F !important; }
aside { background-color: #EAEEF4 !important }
body, section { background-color: #ffffff !important;}
#profile-jot-form { background-color: #ffffff !important;}
.dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
@ -11,4 +18,4 @@ div.pager, ul.tabs {
aside {
border-right: 1px solid #D2D2D2;
}
}