diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 15:51:14 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-17 15:51:14 -0800 |
| commit | fd5f67d2a45dbefbc1045bf8270cc3bc5d711592 (patch) | |
| tree | 39b2a17633061a6ed442fd94a8cb1d08fc88884c /frontend-vanilla/src/style.css | |
| parent | 669690baaf21c015af77f888f5b5fb71f171de2e (diff) | |
| download | neko-fd5f67d2a45dbefbc1045bf8270cc3bc5d711592.tar.gz neko-fd5f67d2a45dbefbc1045bf8270cc3bc5d711592.tar.bz2 neko-fd5f67d2a45dbefbc1045bf8270cc3bc5d711592.zip | |
Refine Settings labels and apply heading font to sidebar
Diffstat (limited to 'frontend-vanilla/src/style.css')
| -rw-r--r-- | frontend-vanilla/src/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
