From 9f10cbb6cc33ae585190cd05ab6985e3957686a6 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Tue, 2 Jun 2026 13:43:28 +0100 Subject: [PATCH] woops --- public/css/alternate/rainbow.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/public/css/alternate/rainbow.css b/public/css/alternate/rainbow.css index aa942d6..ea8217d 100644 --- a/public/css/alternate/rainbow.css +++ b/public/css/alternate/rainbow.css @@ -2,11 +2,6 @@ body { background: url('/images/roscoe_tile_rainbow.jpg'); } -button:hover, -footer img:hover { - animation: rotater 2s linear infinite; -} - div.page-container, div.wah, table.music-top10, @@ -49,9 +44,4 @@ hr { border-bottom: none; border-right: none; border-left: none; -} - -@keyframes rotater { - 0% { transform: rotate(0deg) } - 100% { transform: rotate(360deg) } -} +} \ No newline at end of file