This commit is contained in:
Elisa 2019-09-19 02:01:13 +02:00
parent f91af3544d
commit 73c93a76ed

View File

@ -253,21 +253,15 @@ hr::after {
filter: blur(50px); filter: blur(50px);
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 0; z-index: -1;
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
overflow: hidden; overflow: hidden;
background-size: 100% 150%; background-size: 100% 150%;
} }
body {
background: linear-gradient(145deg, #c7bbbd 0%, #7b6b75 10%,#58445d 18%,#7b6b75 25%,#544352 40%, #362437 55%, #aa9aa5 94%);
width: 100%;
height: 100%;
z-index: 0;
background-size: 100% 150%;
}
main { main {
width: 64em; width: 64em;