new colorscheme picking
This commit is contained in:
15
readme.txt
15
readme.txt
@@ -1,16 +1,23 @@
|
||||
styles.alv.cx
|
||||
=============
|
||||
|
||||
central styling repo and domain
|
||||
|
||||
|
||||
to style a site, put this in a css file somewhere:
|
||||
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/base.css");
|
||||
|
||||
and any of the optional modules you want.
|
||||
a list of actively hosted modules can be seen in this repo in the modules folder and at
|
||||
https://styles.alv.cx/modules/
|
||||
replacing <colorscheme> with one of the options available
|
||||
|
||||
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
|
||||
https://styles.alv.cx/modules/
|
||||
|
||||
there are some variables you may want to use to keep your site's styling consistent and you can
|
||||
view them in the `:root` section of `base.css` and any module you use.
|
||||
more colors are available at https://styles.alv.cx/modules/readmes/colors.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user