Skip to content

Commit a9e96f8

Browse files
Use Clash Display for inline BHC brand mentions
1 parent 340dfba commit a9e96f8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

themes/purple-haze/sass/components/_landing.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,6 +1949,12 @@ $bhc-text-dim: #94a3b8;
19491949
}
19501950
}
19511951

1952+
.bhc-promo__brand-inline {
1953+
font-family: 'Clash Display', 'Inter', system-ui, sans-serif;
1954+
font-weight: 600;
1955+
color: $bhc-accent;
1956+
}
1957+
19521958
.bhc-promo__features {
19531959
display: flex;
19541960
flex-direction: column;

themes/purple-haze/templates/landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ <h2 class="bhc-promo__title">
279279
<span class="bhc-promo__title-sub">Basel Haskell Compiler</span>
280280
</h2>
281281
<p class="bhc-promo__description">
282-
<span class="brand-text">hx</span> supports <strong>BHC</strong> as an alternative compiler backend alongside GHC.
283-
BHC is an independent Haskell compiler with runtime profiles, WASM targets, and numeric optimizations.
282+
<span class="brand-text">hx</span> supports <strong class="bhc-promo__brand-inline">BHC</strong> as an alternative compiler backend alongside GHC.
283+
<span class="bhc-promo__brand-inline">BHC</span> is an independent Haskell compiler with runtime profiles, WASM targets, and numeric optimizations.
284284
</p>
285285
<div class="bhc-promo__features">
286286
<div class="bhc-promo__feature">

0 commit comments

Comments
 (0)