new concept
This commit is contained in:
parent
ae492ed9b3
commit
390c46c4e8
6 changed files with 33 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -30,4 +30,10 @@
|
|||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.fullscreen-bg {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue