Skip to content

Commit 24835bd

Browse files
committed
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.
1 parent 237a34d commit 24835bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ html {
535535
margin: 5px;
536536
margin-left: 10px;
537537
padding: 5px;
538-
background: rgba(0, 0, 0, 0.05);
538+
background: rgba(0, 0, 0, 0.04);
539539
border-radius: 6px;
540540
}
541541
.noVNC_expander:not(.noVNC_open) ~ * {

0 commit comments

Comments
 (0)