move gruvbox module into colors

This commit is contained in:
Akbar Rahman 2022-04-13 01:14:21 +01:00
parent 660ff76632
commit 944c2a9855
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
@import url("https://styles.alv.cx/modules/gruvbox.css"); @import url("https://styles.alv.cx/modules/colors/gruvbox.css");
:root { :root {
--rainbow-duration: 8s; --rainbow-duration: 8s;

View File

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

View File

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