diff --git a/common/common.scss b/common/common.scss index 3fd970f..84c7372 100644 --- a/common/common.scss +++ b/common/common.scss @@ -60,7 +60,11 @@ } } - h1 { + .custom-search-banner-headline { + font-family: var(--heading-font-family); + font-size: var(--font-up-5); + font-weight: bold; + margin-bottom: 0.5rem; text-align: center; } diff --git a/javascripts/discourse/components/search-banner.gjs b/javascripts/discourse/components/search-banner.gjs index f6698b8..85ed895 100644 --- a/javascripts/discourse/components/search-banner.gjs +++ b/javascripts/discourse/components/search-banner.gjs @@ -88,7 +88,9 @@ export default class SearchBanner extends Component { {{willDestroy this.willDestroy}} >