Update main.css

This commit is contained in:
Sophia Atkinson 2021-10-11 22:13:45 -07:00 committed by GitHub
parent 2b21261e75
commit ebb5e526ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2591,9 +2591,9 @@ input, select, textarea {
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
background-color: #1f1815;
background-color: #121212;
background-attachment: scroll, scroll;
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), url("../../images/bg.webp");
background-position: top left, top left;
background-repeat: repeat, no-repeat;
background-size: auto, 100%;