From c3149409b0495fe1723c5e7b714829268beb94a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Thu, 24 Oct 2024 22:24:58 +0200 Subject: [PATCH] Fix how to for changing font size --- docs/src/content/docs/how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/how-to.md b/docs/src/content/docs/how-to.md index 412ec6b..8160c79 100644 --- a/docs/src/content/docs/how-to.md +++ b/docs/src/content/docs/how-to.md @@ -69,7 +69,7 @@ You can also check the [Community section](/community) for other pre-made shortc The font size can be adjusted globally by adding the following CSS to the custom CSS field in the settings: ```css -html { +:root { --font-size: 0.75rem; --font-size-sm: 0.7rem; --font-size-lg: 0.9rem;