Make the background of expanded settings lighter

A very slight change to the background color, to make the contrast
better with the light-grey input elements.
This commit is contained in:
Samuel Mannehed 2025-01-23 14:22:32 +01:00
parent 237a34dfb3
commit 24835bdda4
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ html {
margin: 5px;
margin-left: 10px;
padding: 5px;
background: rgba(0, 0, 0, 0.05);
background: rgba(0, 0, 0, 0.04);
border-radius: 6px;
}
.noVNC_expander:not(.noVNC_open) ~ * {