From 13cab3e683cf92cd4fb0628e421be554bd4b6a19 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 3 May 2026 07:14:00 +0000 Subject: [PATCH] chore(docs): update docs styling from server Signed-off-by: nextcloud-command --- styleguide/assets/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styleguide/assets/default.css b/styleguide/assets/default.css index 2f304004b4..af238dacfd 100644 --- a/styleguide/assets/default.css +++ b/styleguide/assets/default.css @@ -70,6 +70,12 @@ --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; --font-size-small: 13px; + /* Default text font weight */ + --font-weight-default: 400; + /* Font weight for interactive elements */ + --font-weight-element: 500; + /* Weight for titles and headings */ + --font-weight-heading: 600; /* 1.5 x font-size for accessibility */ --default-line-height: 1.5; --animation-quick: 100ms;