Mention Stylus

This commit is contained in:
Aaron R 2021-11-17 12:33:36 -06:00 committed by GitHub
parent a32b472f8c
commit ec464747bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ Made by `@jo:catgirl.party`
# Advanced
The themes in this repository use the relatively basic Element theming system which can only change a limited number of colors. Element's [theming documentation](https://github.com/vector-im/element-web/blob/master/docs/theming.md) has more information on how these work. For more advanced themes where you want to customize things like fonts, button shapes, or all of the colors you'll need to use custom CSS files. See https://github.com/dannycolin/riot-compact for an example of a more advanced theme.
The themes in this repository use Element's relatively basic theming system which can only change a limited number of colors. Element's [theming documentation](https://github.com/vector-im/element-web/blob/master/docs/theming.md) has more information on how these work. For more advanced themes where you want to customize things like fonts, button shapes, or all of the colors you'll need to use CSS which isn't supported by Element's theming system. To use CSS based themes you could use a browser extension like Stylus. https://github.com/dannycolin/riot-compact is an example of a more advanced theme.
## Workarounds