maybe really fix rainbow css

This commit is contained in:
Akbar Rahman 2022-04-13 01:06:33 +01:00
parent b168c5bce3
commit 4c2405a1cb
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -1,7 +1,7 @@
@import url("https://styles.alv.cx/modules/gruvbox.css") @import url("https://styles.alv.cx/modules/gruvbox.css");
:root { :root {
--rainbow-duration: 8s --rainbow-duration: 8s;
} }
.rainbow { animation: colorchange var(--rainbow-duration) infinite alternate; } .rainbow { animation: colorchange var(--rainbow-duration) infinite alternate; }