add that back in idk how it got deleted

pull/12/head
geese_suck 2022-11-24 21:16:35 -08:00
parent 218a571b2c
commit f75958144a
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 16 additions and 0 deletions

View File

@ -5039,6 +5039,22 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) {
text-decoration: underline;
}
@keyframes rb {
10% { color: red; }
20% { color: orange; }
30% { color: yellow; }
40% { color: green; }
50% { color: cyan; }
70% { color: blue; }
80% { color: indigo; }
90% { color: violet; }
}
.zozbot {
font-weight: bold;
animation: rb 8s linear infinite;
}
.text-black {
color: var(--black);
}