nice color

This commit is contained in:
EvilMuffinHa 2020-10-15 17:52:38 -04:00
parent 3206e122df
commit c5a87aebbd

View File

@ -6,7 +6,11 @@ html {
}
body {
background-color: #ffffff;
background: #EFEFEF;
background: linear-gradient(#EFEFEF, #696969), linear-gradient(to right, #888888, #C2C2C2, #888888);
background-blend-mode: screen;
background-repeat: no-repeat;
background-attachment: fixed;
}