From c6ea0176a3b100e875f287cb9efd55d0335a80a0 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Sun, 6 Oct 2024 18:30:28 -0500 Subject: [PATCH] Add styling for
--- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index 2052b8a..026b729 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -386,6 +386,9 @@ figcaption { font-style: italic; padding-top: var(--space-s); text-align: center; + strong { + font-variation-settings: "wght" 600; + } } button { background-color: var(--contrast-color);