mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 13:44:49 +00:00
remove background
This commit is contained in:
parent
ddc95fdacb
commit
5de8ba1c48
1 changed files with 2 additions and 9 deletions
11
style.css
11
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue