mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 05:11:28 -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:
@ -21,10 +21,12 @@ body {
|
||||
|
||||
:root {
|
||||
--primary-hue: 212deg;
|
||||
--primary-saturation: 100%;
|
||||
--navbar-height: 4rem;
|
||||
--menu-height: 3.75rem;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--primary-hue: 204deg;
|
||||
--primary-saturation: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user