Style: Color lists white

This commit is contained in:
Bill Niblock 2018-01-15 18:43:09 -05:00
parent 8aebfa6ae4
commit 1f6aed4bc3

View file

@ -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;