Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 16:29:22 -06:00 committed by GitHub
parent acb246bb98
commit c26414a428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -666,7 +666,7 @@ html {
line-height: 1.6; line-height: 1.6;
word-wrap: break-word; word-wrap: break-word;
color: #fff; color: rgba(0, 0, 0, 0.8);
border-bottom: 1px solid rgba(0, 0, 0, 0.9); border-bottom: 1px solid rgba(0, 0, 0, 0.9);
} }
@ -685,7 +685,7 @@ html {
} }
#noVNC_status.noVNC_status_normal { #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 { #noVNC_status.noVNC_status_normal::before {
content: url("../images/info.svg") " "; content: url("../images/info.svg") " ";