aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/src/style.css')
-rw-r--r--frontend-vanilla/src/style.css6
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 {