From 5a88ad547da26e73ef3fa7dcee5c6134d40f468b Mon Sep 17 00:00:00 2001 From: phoenixbyrd Date: Mon, 2 Nov 2020 15:08:24 -0600 Subject: [PATCH] h3 color change --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 408fd8f..9afd95d 100644 --- a/style.css +++ b/style.css @@ -341,7 +341,7 @@ ul li { } .questions h3 { - color: #8789d9; + color: #c1c2eb; font-size: 24px; width: auto; }