mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 03:13:02 +00:00
Fix how to for changing font size
This commit is contained in:
parent
4626fa1c67
commit
c3149409b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
The font size can be adjusted globally by adding the following CSS to the custom CSS field in the settings:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
html {
|
:root {
|
||||||
--font-size: 0.75rem;
|
--font-size: 0.75rem;
|
||||||
--font-size-sm: 0.7rem;
|
--font-size-sm: 0.7rem;
|
||||||
--font-size-lg: 0.9rem;
|
--font-size-lg: 0.9rem;
|
||||||
|
|
Loading…
Reference in a new issue