From 64151baeb06a2d4a7c78ffa1398d308f1de187a0 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 16 Feb 2026 19:59:55 -0800 Subject: [PATCH] Revert: Update style.css --- src/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/style.css b/src/style.css index ad61763..dd58b7f 100644 --- a/src/style.css +++ b/src/style.css @@ -26,5 +26,3 @@ mjx-container svg { max-width: 100%; } -@keyframes sune-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } -.sune-generating { display: inline-block; animation: sune-spin 4s linear infinite; color: #9ca3af; }