From afc0970a9aebd1b4c2e46922580423295377cee0 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 26 Jan 2023 17:38:56 -0500 Subject: [PATCH] Update 'css/everest.css' --- css/everest.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/everest.css b/css/everest.css index f8697b6..35bb5bf 100644 --- a/css/everest.css +++ b/css/everest.css @@ -17,7 +17,7 @@ z-index: 1; top: 0; left: 0; - background-color; #1E1E1E; + background-color: #1E1E1E; overflow-x: hidden; padding-top: 20px; } @@ -38,6 +38,7 @@ .main { margin-left: 160px; padding: 0px 10px; + background-color: #1E1E1E; } @media screen and (max-height: 450px) { @@ -80,3 +81,4 @@ button { hr.dotted { border-top: 3px dotted #bbb; +} \ No newline at end of file