From 623b0912e848ace04f2affa4566ff0c720122ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 08:22:28 +0200 Subject: [PATCH] Use small table-label font size for activation toggle text --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index b92f9ef..c9c3734 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1799,7 +1799,7 @@ section + section { z-index: 2; text-align: center; font-family: var(--font-family-base); - font-size: var(--font-size-base); + font-size: var(--font-size-small); font-weight: var(--font-weight-regular); line-height: var(--layout-mode-toggle-local-height); text-transform: lowercase;