From 718d8f4d271a9c67d98aec475dbd05ee2f36df1a Mon Sep 17 00:00:00 2001 From: Marcel de Vries Date: Thu, 16 Nov 2023 13:51:03 +0100 Subject: [PATCH] make it orange --- frontend/wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/wwwroot/css/site.css b/frontend/wwwroot/css/site.css index f4bb5a9..a7f67ce 100644 --- a/frontend/wwwroot/css/site.css +++ b/frontend/wwwroot/css/site.css @@ -49,7 +49,7 @@ select { body { font-family: opensans-regular; - background-color: blue; + background-color: orange; } html {