Changed Background

This commit is contained in:
James Dinh 2022-06-02 12:13:07 -07:00
parent dfb21913a2
commit 4c6f8b3db2
2 changed files with 3 additions and 3 deletions

View File

@ -315,7 +315,7 @@ nav li a:focus::after{
/* Main Section */ /* Main Section */
main { main {
width: 100%; width: 100%;
padding: 0 0 10px 0; padding-bottom: 10px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
@ -335,7 +335,7 @@ section {
} }
#event { #event {
background-color: #0d1117; /* background-color: #0d1117; */
padding-bottom: 20px; padding-bottom: 20px;
} }

View File

@ -27,7 +27,7 @@
} }
body { body {
position: relative; position: relative;
background-color: #141313 !important; background-color: #0d1117 !important;
background-image: ""; background-image: "";
color: #f2f1ef !important; color: #f2f1ef !important;
font-family: "Glacial Indifference"; font-family: "Glacial Indifference";