move colorschemes out of modules folder, symlink into modules folder for compatibility

This commit is contained in:
Akbar Rahman 2022-04-13 17:28:29 +01:00
parent 3709c37527
commit c4264eb362
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
5 changed files with 4 additions and 3 deletions

View File

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

1
modules/colors Symbolic link
View File

@ -0,0 +1 @@
../colors/

View File

@ -8,11 +8,11 @@ to style a site:
1. put this at the top of a css file somewhere: 1. put this at the top of a css file somewhere:
@import url("https://styles.alv.cx/modules/colors/<colorscheme>.css"); @import url("https://styles.alv.cx/colors/<colorscheme>.css");
@import url("https://styles.alv.cx/base.css"); @import url("https://styles.alv.cx/base.css");
replacing <colorscheme> with one of the options available at replacing <colorscheme> with one of the options available at
https://styles.alv.cx/modules/colors/ readme/
2. add any of the optional modules you want. 2. add any of the optional modules you want.
3. a list of actively hosted modules can be seen in this repo in the modules folder and at 3. a list of actively hosted modules can be seen in this repo in the modules folder and at