From fd5f67d2a45dbefbc1045bf8270cc3bc5d711592 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 15:51:14 -0800 Subject: Refine Settings labels and apply heading font to sidebar --- frontend-vanilla/src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 77b6850..e9512b7 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -117,7 +117,7 @@ html { } .sidebar-section h3 { - font-family: var(--font-sans); + font-family: var(--font-heading); font-size: 0.7rem; /* Slightly smaller */ text-transform: uppercase; @@ -174,7 +174,7 @@ html { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - font-family: var(--font-sans); + font-family: var(--font-heading); } .sidebar-section li a:hover { @@ -207,7 +207,7 @@ html { text-decoration: none; color: var(--text-color); font-size: 0.9rem; - font-family: var(--font-sans); + font-family: var(--font-heading); } .sidebar-footer a:hover { -- cgit v1.2.3