Skip to content

Commit 850c7a1

Browse files
committed
Fix issue with logo font class
1 parent 861563b commit 850c7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/scss/rapidrecast/_helper_classes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
}
66

77
.logo-font {
8-
font-family: var(--font-header), serif;
8+
font-family: var(--rr-font-header), serif;
99
}

layouts/partials/header/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ end -}}
1919

2020
<!-- Site title -->
21-
<a class="navbar-brand me-auto me-lg-3" href="{{ relLangURL "" }}">{{ .Site.Title }}</a>
21+
<a class="navbar-brand me-auto me-lg-3 logo-font" href="{{ relLangURL "" }}">{{ .Site.Title }}</a>
2222

2323
<!-- FlexSearch mobile -->
2424
{{ partial "main/showFlexSearch" . }}

0 commit comments

Comments
 (0)