update readmes, documenation, and expose more colors in colors
This commit is contained in:
30
readme.txt
30
readme.txt
@@ -12,13 +12,31 @@ to style a site:
|
||||
@import url("https://styles.alv.cx/base.css");
|
||||
|
||||
replacing <colorscheme> with one of the options available at
|
||||
readme/
|
||||
`https://styles.alv.cx/colors`
|
||||
|
||||
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/
|
||||
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/colors.txt
|
||||
variables and colors available
|
||||
------------------------------
|
||||
|
||||
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.
|
||||
|
||||
the variables defined in `base.css` are:
|
||||
|
||||
--fg
|
||||
--bg
|
||||
|
||||
--light
|
||||
--dark
|
||||
|
||||
you should prefer to use `--fg` and `--bg` over `--light` and `--dark` as that
|
||||
will take of dark mode switching for you.
|
||||
|
||||
every colorscheme will have a standard set of variables, which can be viewed at
|
||||
`https://styles.alv.cx/colors.txt` .
|
||||
|
||||
some modules may have variables which can be adjusted also, such as `rainbow.css`.
|
||||
|
||||
Reference in New Issue
Block a user