From d0c8b1311b3846dd7e5cb1bc379365c02cdcf1c6 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:36:03 -0400 Subject: [PATCH] correct form_heading to not be aids --- TDKHome/TDKPaint/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TDKHome/TDKPaint/style.css b/TDKHome/TDKPaint/style.css index a22e27c..ade572d 100644 --- a/TDKHome/TDKPaint/style.css +++ b/TDKHome/TDKPaint/style.css @@ -202,7 +202,7 @@ INPUT.button { white-space:nowrap; } .form_heading { - background:#ffb; + background:#454500; font-weight:bold; }