new concept

This commit is contained in:
Set Sakrecoer 2021-07-20 11:28:08 +02:00
parent ae492ed9b3
commit 390c46c4e8
6 changed files with 33 additions and 4 deletions

View file

@ -97,7 +97,7 @@ body {
bottom: 0;
transform: rotate(-3deg);
overflow: hidden;
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--fg-alt) 100%);
background: -webkit-linear-gradient(90deg, var(--bg) 25%,transparent 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: blur(2px);

View file

@ -30,4 +30,10 @@
min-width: 100%;
min-height: 100%;
}
@media only screen and (max-width: 767px) {
.fullscreen-bg {
display: none;
}
}