Fix how to for changing font size

This commit is contained in:
Sascha Ißbrücker 2024-10-24 22:24:58 +02:00 committed by GitHub
parent 4626fa1c67
commit c3149409b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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