Update video passthrough warning banner styling

Update styling for better contrast and legibility.

Closes #3798
This commit is contained in:
Germaine Lee 2024-07-03 08:23:46 -04:00 committed by GitHub
parent 08abb4f635
commit b88cabd19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,10 @@
.config-variant-form .passthrough-warning {
text-align: center;
padding: 1em;
color: var(--theme-color-palette-error);
color: var(--theme-color-palette-4);
font-size: 0.88em;
font-weight: 500;
background-color: var(--theme-color-palette-10);
background-color: var(--theme-color-palette-1);
border-radius: var(--theme-rounded-corners);
}
.config-variant-form .cpu-usage-container,