From b49d4b2612342d96a61f6a931be49c03a8469d96 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 27 Jan 2023 12:27:32 -0500 Subject: [PATCH] revert back to orangered for now --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index f4b2f96..ff5a463 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -60,5 +60,5 @@ textarea { } #update-indicator { - background-color: darkorange; + background-color: orangered; }