From aaac9a55d661dc6d1d8b3ecf4ebd9bbbb3603d4d Mon Sep 17 00:00:00 2001 From: trentonnash <76059737+trentonnash@users.noreply.github.com> Date: Wed, 16 Dec 2020 23:17:00 -0600 Subject: [PATCH] Update index.html --- index.html | 462 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 293 insertions(+), 169 deletions(-) diff --git a/index.html b/index.html index 49d3a10..2f6a5ad 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@ } body { - background: #222; - font-family: Georgia, serif; - color: #fff; + background: #fff; + font-family: Georgia; + color: #000; font-size: 14px; } a { - color: #ffffcc; + color: #000; text-decoration: none; -webkit-transition: 0.5s; -moz-transition: 0.5s; @@ -23,7 +23,7 @@ a:hover, a.selected { - color: #ffcc00; + color: #2e2e2e; } h1, @@ -32,8 +32,8 @@ h5, h6 { text-align: center; - color: #ccc; - text-shadow: #000 1px 1px 2px; + color: #fff; + text-shadow: #fff 1px 1px 2px; margin-bottom: 5px; } @@ -129,7 +129,7 @@ } #issues li h1 { - color: #ffcc00; + color: #2e2e2e; font-size: 48px; margin: 20px 0; text-shadow: #000 1px 1px 2px; @@ -143,7 +143,7 @@ margin-left: 70px; font-weight: normal; line-height: 22px; - text-shadow: #000 1px 1px 2px; + text-shadow: none;font-weight:700; } #grad_left, @@ -185,7 +185,7 @@ #next { right: 0; - background: red; + background: ; } #prev { @@ -198,17 +198,16 @@ opacity: 0.2; } - -