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

@ -50,8 +50,19 @@
--pad-sm: 0.4rem;
--flag: 45deg;
--paw: url("/assets/img/theme/paw.svg");
--paw-tiled: url("/assets/img/theme/paw-tiled.png");
--sunny: url("/assets/img/theme/citrus/sundae.png")
}
@keyframes navbg {
0% {
mask-position: 0rem 0rem;
}
100% {
mask-position: 16rem 16rem;
}
}
@font-face {
font-family: Rubik;
src: url("/assets/fonts/Rubik.ttf") format("truetype");