add modules gruvbox, rainbow

This commit is contained in:
2022-04-13 00:49:31 +01:00
parent 0c1f593312
commit 249821fa46
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
in the css
@import url("https://styles.alv.cx/modules/gruvbox.css");
and use the variables created in the file

View File

@@ -0,0 +1,9 @@
in the css
@import url("https://styles.alv.cx/modules/rainbow.css");
and add the class `rainbow` to any element you want.
it works by changing the `color` property of the element.
the duration is determined by the variable `--rainbow-duration`