gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup
This commit is contained in:
parent
1945abd6ad
commit
d376e04015
24 changed files with 474 additions and 606 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue