From b90fbe075bab6494989bf2a7f6de067a9246d8ce Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 19 Feb 2018 14:05:33 -0500 Subject: [PATCH] Typog: Re-organize --- src/styles/corrupt_typog.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/styles/corrupt_typog.css b/src/styles/corrupt_typog.css index d696774..1bf3498 100644 --- a/src/styles/corrupt_typog.css +++ b/src/styles/corrupt_typog.css @@ -4,23 +4,28 @@ html { --hilite: #8D3FC5; } +ul,ol,p { + color: white; +} + a,a:visited,a:link,a:focus { text-decoration: none; color: darkgrey; } a:hover { - font-style: italic; + color: white; +} + +nav a:hover { color: var(--hilite); } header div { - font: 1.5vw "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: darkgrey; letter-spacing: 0.8em; } header div::first-letter { - font: 1.75vw "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: white; } @@ -82,13 +87,4 @@ h6 { article p { padding: 0em 2em; - color: white; -} - -ul { - color: white; -} - -ol { - color: white; }