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