move colorschemes out of modules folder, symlink into modules folder for compatibility
This commit is contained in:
parent
3709c37527
commit
c4264eb362
@ -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
1
modules/colors
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../colors/
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user