fix paragraph color

light blue on gray-blue background
gray on white background
This commit is contained in:
Felix Niklas 2014-10-07 09:58:46 +02:00
parent cbe1f78e42
commit 10e6bd4efc

View file

@ -10,7 +10,7 @@ ul {
} }
p { p {
color: hsl(198,19%,72%); color: #bcbcbb;
margin-bottom: 14px; margin-bottom: 14px;
} }
@ -2000,6 +2000,10 @@ footer {
margin: 21px 0 12px; margin: 21px 0 12px;
} }
.NavBarAdmin + .main p {
color: hsl(198,19%,72%);
}
.nav-stacked > li + li { .nav-stacked > li + li {
margin-top: 0; margin-top: 0;
} }