Update main.css

This commit is contained in:
ruslan 2025-01-12 15:08:51 +01:00 committed by GitHub
parent 74716e29b8
commit 257284dd68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
html {
background-color: black;
background-image: url("https://fruw.org/background.gif");
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
color: #232333;
@ -24,7 +23,7 @@ html::before {
right: 0;
bottom: 0;
background-color: black;
opacity: 0.7;
opacity: 0.8;
z-index: -1;
}