Skip to content

Commit

Permalink
Make the background of expanded settings lighter
Browse files Browse the repository at this point in the history
A very slight change to the background color, to make the contrast
better with the light-grey input elements.
  • Loading branch information
samhed committed Jan 23, 2025
1 parent b747069 commit 2c48769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) ~ * {
Expand Down

0 comments on commit 2c48769

Please sign in to comment.