From f65a1b49ba55516e9b3e0fc111b3d325403bb465 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 24 Jan 2023 09:08:41 +0000 Subject: [PATCH] color adjustments for the attention box --- css/index.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/css/index.css b/css/index.css index 695b2ff..4c93341 100644 --- a/css/index.css +++ b/css/index.css @@ -162,17 +162,6 @@ pre { #color: #ffb600; */ } -.logo-container{ - position: absolute; - left:210px; - top:20px; - width:100px; -} - -.logo{ - width:100%; -} - .start { font-family: 'Atarian System Regular'; font-size: 1.2em; @@ -230,7 +219,6 @@ pre { } .button-row button:hover { - /* background-color: #f0e6da; */ font-family: 'Atarian System Bold'; } @@ -246,13 +234,12 @@ pre { } .button-column button:hover { - /* background-color: #f0e6da; */ font-family: 'Atarian System Bold'; } .shadowbox { width: 11.95em; - background-color: #004d80; + background-color: darkslategrey; border: 3px solid #babebd; box-shadow: 5px 6px #9f9c9b; padding: 5px;