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

This commit is contained in:
2022-04-13 17:28:29 +01:00
parent 3709c37527
commit c4264eb362
5 changed files with 4 additions and 3 deletions

View File

@@ -8,11 +8,11 @@ to style a site:
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");
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.
3. a list of actively hosted modules can be seen in this repo in the modules folder and at