Style: Color lists white
This commit is contained in:
parent
8aebfa6ae4
commit
1f6aed4bc3
1 changed files with 8 additions and 0 deletions
|
@ -240,6 +240,14 @@ a:hover {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#content ul {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#content ol {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Mobile First */
|
||||
@media only screen and (min-width: 768px) {
|
||||
.title div { font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
|
|
Loading…
Reference in a new issue