We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861563b commit 850c7a1Copy full SHA for 850c7a1
assets/scss/rapidrecast/_helper_classes.scss
@@ -5,5 +5,5 @@
5
}
6
7
.logo-font {
8
- font-family: var(--font-header), serif;
+ font-family: var(--rr-font-header), serif;
9
layouts/partials/header/header.html
@@ -18,7 +18,7 @@
18
{{ end -}}
19
20
<!-- Site title -->
21
- <a class="navbar-brand me-auto me-lg-3" href="{{ relLangURL "" }}">{{ .Site.Title }}</a>
+ <a class="navbar-brand me-auto me-lg-3 logo-font" href="{{ relLangURL "" }}">{{ .Site.Title }}</a>
22
23
<!-- FlexSearch mobile -->
24
{{ partial "main/showFlexSearch" . }}
0 commit comments