From c26414a428206155bc98f629958cc76156583b24 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:29:22 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index 134f9f5f..80a5fa31 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -666,7 +666,7 @@ html { line-height: 1.6; word-wrap: break-word; - color: #fff; + color: rgba(0, 0, 0, 0.8); border-bottom: 1px solid rgba(0, 0, 0, 0.9); } @@ -685,7 +685,7 @@ html { } #noVNC_status.noVNC_status_normal { - background: rgba(128,128,128,0.9); + background: rgba(141,230,172,0.9); } #noVNC_status.noVNC_status_normal::before { content: url("../images/info.svg") " ";