remove background

This commit is contained in:
Gen 2024-03-06 13:10:19 -08:00 committed by GitHub
parent ddc95fdacb
commit 5de8ba1c48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,12 +3,7 @@
}
body {
background-image: url("assets/DSCF8482.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-color: #111111;
background-color: #303446;
color: #4c4f69;
font-family: "Figtree", Arial, sans-serif;
}
@ -19,8 +14,6 @@ body {
margin-right: auto;
width: 75%;
grid-gap: 20px;
backdrop-filter: blur(30px);
background-color: rgba(35, 38, 52, 0.35);
}
.divs {
@ -166,7 +159,7 @@ a:visited {
.nya {
height: 2px;
width: 80%;
background-color: #292c3c;
background-color: #949cbb;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;