Home Page Style Normalization Fixes (Animations)

This commit is contained in:
daniel-c-harvey
2026-06-04 18:23:59 -04:00
parent 6e274b7395
commit db8a44fc79
4 changed files with 20 additions and 23 deletions
@@ -1,3 +1,13 @@
@keyframes wave-dance {
from { height: var(--h-lo, 4px); }
to { height: var(--h-hi, 20px); }
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
.now-playing {
background: rgba(250, 250, 248, 0.06);
border: 1px solid rgba(250, 250, 248, 0.12);