From 4c6f8b3db245d15c27f56436f221693e0411600f Mon Sep 17 00:00:00 2001 From: James Dinh Date: Thu, 2 Jun 2022 12:13:07 -0700 Subject: [PATCH] Changed Background --- css/general.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/general.css b/css/general.css index 6054e9b..760a849 100644 --- a/css/general.css +++ b/css/general.css @@ -315,7 +315,7 @@ nav li a:focus::after{ /* Main Section */ main { width: 100%; - padding: 0 0 10px 0; + padding-bottom: 10px; align-items: center; justify-content: center; text-align: center; @@ -335,7 +335,7 @@ section { } #event { - background-color: #0d1117; + /* background-color: #0d1117; */ padding-bottom: 20px; } diff --git a/index.html b/index.html index e35c9a7..c66af36 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ } body { position: relative; - background-color: #141313 !important; + background-color: #0d1117 !important; background-image: ""; color: #f2f1ef !important; font-family: "Glacial Indifference";