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:
Xin
2023-10-04 20:41:59 +01:00
committed by GitHub
parent b7558aca44
commit 8aa6439132
4 changed files with 48 additions and 43 deletions

View File

@ -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%;
}