diff --git a/style.css b/style.css index 5b8020f..5f3c07d 100644 --- a/style.css +++ b/style.css @@ -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;