Use small table-label font size for activation toggle text

This commit is contained in:
2026-05-23 08:22:28 +02:00
parent 6452ec5a76
commit 623b0912e8
+1 -1
View File
@@ -1799,7 +1799,7 @@ section + section {
z-index: 2; z-index: 2;
text-align: center; text-align: center;
font-family: var(--font-family-base); font-family: var(--font-family-base);
font-size: var(--font-size-base); font-size: var(--font-size-small);
font-weight: var(--font-weight-regular); font-weight: var(--font-weight-regular);
line-height: var(--layout-mode-toggle-local-height); line-height: var(--layout-mode-toggle-local-height);
text-transform: lowercase; text-transform: lowercase;