From 61f085822330e16f0215336e3f528d31cd924a02 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:33:37 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index c642794e..688a50bd 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -685,7 +685,7 @@ html { } #noVNC_status.noVNC_status_normal { - background: rgba(141,230,172,1); + background: rgba(121,210,152,1); } #noVNC_status.noVNC_status_normal::before { content: url("../images/info.svg") " ";