diff options
Diffstat (limited to 'apps/theming/css/default.css')
-rw-r--r-- | apps/theming/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 63633da9511..c742f05fba0 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -50,7 +50,7 @@ --font-face: system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; --default-font-size: 15px; /* 1.5 x font-size for accessibility */ - --default-line-height: 24px; + --default-line-height: 1.5; --animation-quick: 100ms; --animation-slow: 300ms; /** Border width for input elements such as text fields and selects */ |