This commit is contained in:
Alexlegarnd
2017-01-04 19:26:35 +01:00
parent 79eedbcbf5
commit e13a24b61d

View File

@@ -4,11 +4,11 @@
color: white; color: white;
margin: #2b2b2b !important; margin: #2b2b2b !important;
border: #2b2b2b !important; border: #2b2b2b !important;
text-shadow: 0 0 0 white !important; text-shadow: none !important;
} }
a { a {
color: #f45f42 !important; color: #f45f42 !important;
text-shadow: 0 0 0 white !important; text-shadow: none !important;
} }
body{ body{
color: white !important; color: white !important;
@@ -19,5 +19,5 @@ body{
} }
.breadcrumb { .breadcrumb {
background: #2b2b2b !important; background: #2b2b2b !important;
text-shadow: 0px 0px white !important; text-shadow: none !important;
} }