gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup

This commit is contained in:
sundae 2026-06-04 14:05:36 +03:00
commit d376e04015
24 changed files with 474 additions and 606 deletions

View file

@ -1,7 +1,7 @@
@media (prefers-reduced-motion: no-preference) {
/* Scrolling pride flag text */
#bio span[id],
footer span {
footer #message {
font-family: "Nosey Rodent", sans-serif;
font-weight: bold;
color: transparent;
@ -13,6 +13,9 @@
animation: slide 5s linear infinite;
transition: color var(--trans);
}
body {
animation: mainbg 10s infinite linear
}
}
@media (prefers-reduced-motion: reduce) {
/* Buttons */
@ -59,9 +62,6 @@
position: relative;
}
}
footer span {
width: 100%;
}
#aromantic::before {
background-image: url("/assets/img/flag/aromantic.svg");
}