From 1f6aed4bc3f9e4b40219e4354561b31dd94c0918 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 15 Jan 2018 18:43:09 -0500 Subject: [PATCH] Style: Color lists white --- src/styles/corrupt.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/corrupt.css b/src/styles/corrupt.css index c521a89..4683d93 100644 --- a/src/styles/corrupt.css +++ b/src/styles/corrupt.css @@ -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;