From d534f838421c76e4a66ada87b7ac566d92bdaf60 Mon Sep 17 00:00:00 2001 From: emilymg <16979630+emilymg@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:48:23 -0500 Subject: [PATCH] change font-style property to font-weight --- docs/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index 41f2eec..0f13469 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -1,7 +1,7 @@ .important { color: red; - font-style: bold; + font-weight: bold; font-size: 2em; }