From 818f68ffcb5c7928decf4b64c8f89feba5ea1331 Mon Sep 17 00:00:00 2001 From: Griffin Davidson <69946180+griffindavidson@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:13:59 -0800 Subject: [PATCH] fixed font color for h2 --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 7a4ea02..acdcf8b 100644 --- a/index.css +++ b/index.css @@ -18,7 +18,7 @@ h1 { font-size: 3rem; } -h3 { +h2, h3 { color: white; }