From bdc745ad5aa6e90bfd55c1bc1443c9c58e55f5b8 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:08:46 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index b517e8b6..2773349a 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -53,7 +53,7 @@ html { } .noVNC_disabled { - color: rgb(120 115 198); + color: rgb(123 115 154); } /* ---------------------------------------- @@ -445,9 +445,9 @@ html { padding: 20px; letter-spacing: 0.7px; - background: #bebaff; + background: rgb(69 62 75); border-radius: 15px; - color: #223; + color: rgb(193 193 255); } .noVNC_panel.noVNC_open { visibility: visible; @@ -478,7 +478,6 @@ html { .noVNC_panel hr { border: none; - border-top: 1px solid rgb(192, 192, 192); } .noVNC_panel label {