From 680f108a1f20dbfe0945eee979ccf3fda14e5299 Mon Sep 17 00:00:00 2001 From: Attila Greguss Date: Thu, 10 Oct 2024 11:23:10 +0100 Subject: [PATCH] add to docs --- exampleSite/content/docs/advanced/customization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/advanced/customization.md b/exampleSite/content/docs/advanced/customization.md index 8821967..5c37b79 100644 --- a/exampleSite/content/docs/advanced/customization.md +++ b/exampleSite/content/docs/advanced/customization.md @@ -34,12 +34,13 @@ 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` and `--primary-saturation` variables: +The primary color of the theme can be customized by setting the `--primary-hue`, `--primary-saturation` and `--primary-lightness` variables: ```css {filename="assets/css/custom.css"} :root { --primary-hue: 100deg; --primary-saturation: 90%; + --primary-lightness: 50%; } ```