From be630ee0999877c83fa5eea0cc4ee62626fdce91 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 27 Jan 2023 12:03:30 -0500 Subject: [PATCH] adjust updated color --- 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 ff5a463..b3b4ce2 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -60,5 +60,5 @@ textarea { } #update-indicator { - background-color: orangered; + background-color: #444; }