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,8 @@
@keyframes pulse-ring {
0%, 100% { opacity: 0.15; transform: translate(-50%, -50%) scale(1); }
50% { opacity: 0.4; transform: translate(-50%, -50%) scale(1.03); }
}
.now-playing-content {
position: relative;
z-index: 2;