New blog post (music rec)

This commit is contained in:
NNWHEN 2025-01-12 19:41:39 +02:00
parent b97d271223
commit 80d7757a60
18 changed files with 824 additions and 83 deletions

View file

@ -74,6 +74,19 @@ a:hover {
color: var(--max-1);
}
.load-enable img {
animation: load 2s ease-in-out infinite alternate;
}
@keyframes load {
0% {
background-color: var(--load-0);
}
100% {
background-color: var(--load-1);
}
}
/* Header */
/* Banner */
header {