Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-15 09:08:46 -06:00 committed by GitHub
parent 4e63dc6e3a
commit bdc745ad5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -53,7 +53,7 @@ html {
} }
.noVNC_disabled { .noVNC_disabled {
color: rgb(120 115 198); color: rgb(123 115 154);
} }
/* ---------------------------------------- /* ----------------------------------------
@ -445,9 +445,9 @@ html {
padding: 20px; padding: 20px;
letter-spacing: 0.7px; letter-spacing: 0.7px;
background: #bebaff; background: rgb(69 62 75);
border-radius: 15px; border-radius: 15px;
color: #223; color: rgb(193 193 255);
} }
.noVNC_panel.noVNC_open { .noVNC_panel.noVNC_open {
visibility: visible; visibility: visible;
@ -478,7 +478,6 @@ html {
.noVNC_panel hr { .noVNC_panel hr {
border: none; border: none;
border-top: 1px solid rgb(192, 192, 192);
} }
.noVNC_panel label { .noVNC_panel label {