new nav background

This commit is contained in:
sundae 2025-09-10 17:07:14 +03:00
parent e31d782995
commit dcda525c16
No known key found for this signature in database
9 changed files with 105 additions and 36 deletions

View file

@ -14,11 +14,25 @@ body::after {
body>nav::before {
bottom: 0;
left: 0;
mask-size: 150%;
-webkit-mask-position-x: -10px;
mask-size: 160%;
-webkit-mask-position-x: -25px;
-webkit-mask-position-y: 90%;
}
body>nav::after {
top: 0;
left: 0;
width: var(--view);
content: "";
position: absolute;
height: 100%;
z-index: -2;
pointer-events: none;
mask-image: var(--paw-tiled);
animation: navbg 10s linear infinite;
mask-size: 128px;
}
body::after {
content: none;
mask-size: 100%;