mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 11:04:12 -04:00
feat: support custom primary saturation (#131)
* feat: support custom primary saturation * chore: run npm run build:css * docs: update instruction for customizing primary color
This commit is contained in:
@ -34,11 +34,12 @@ The color of text mixed with `other text` can customized with:
|
||||
|
||||
### Primary Color
|
||||
|
||||
The primary color of the theme can be customized by setting the `--primary-hue` variable:
|
||||
The primary color of the theme can be customized by setting the `--primary-hue` and `--primary-saturation` variables:
|
||||
|
||||
```css {filename="assets/css/custom.css"}
|
||||
:root {
|
||||
--primary-hue: 100deg;
|
||||
--primary-saturation: 90%;
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user