fix paragraph color
light blue on gray-blue background gray on white background
This commit is contained in:
parent
cbe1f78e42
commit
10e6bd4efc
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ ul {
|
|||
}
|
||||
|
||||
p {
|
||||
color: hsl(198,19%,72%);
|
||||
color: #bcbcbb;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
|
@ -2000,6 +2000,10 @@ footer {
|
|||
margin: 21px 0 12px;
|
||||
}
|
||||
|
||||
.NavBarAdmin + .main p {
|
||||
color: hsl(198,19%,72%);
|
||||
}
|
||||
|
||||
.nav-stacked > li + li {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue