From c586a0eb76179a08222ece6974cd493faab21203 Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Thu, 7 Nov 2024 16:14:04 -0500 Subject: [PATCH] Normalize styling. --- components/Collection/Collection.styled.ts | 1 + components/Homepage/Overview.styled.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Collection/Collection.styled.ts b/components/Collection/Collection.styled.ts index 0ef947cb..0328651b 100644 --- a/components/Collection/Collection.styled.ts +++ b/components/Collection/Collection.styled.ts @@ -23,6 +23,7 @@ const CollectionHeader = styled("div", { const Description = styled("p", { lineHeight: "1.55em", margin: "$gr2 0 $gr6", + color: "$black50", "@sm": { fontSize: "$gr3", diff --git a/components/Homepage/Overview.styled.ts b/components/Homepage/Overview.styled.ts index abd83c32..8771ae48 100644 --- a/components/Homepage/Overview.styled.ts +++ b/components/Homepage/Overview.styled.ts @@ -14,7 +14,7 @@ const Content = styled("div", { h2: { fontFamily: "$northwesternDisplayBold", margin: "0 0 $gr3", - fontSize: "$gr5", + fontSize: "$gr6", fontWeight: "400", lineHeight: "1.15", letterSpacing: "-0.015em",