This commit is contained in:
Roscoe 2026-06-02 13:43:28 +01:00
commit 9f10cbb6cc
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -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) }
}
}