mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 23:40:51 +00:00
dark-theme: dim warning and invalid colors more
this brings them more in-line with the appearance of crisp. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
b20a650bcc
commit
9c2ccd1aa4
@ -24,8 +24,8 @@ $content-background-selected: hsl(0deg, 0%, 30%);
|
|||||||
$background-dark: hsl(0deg, 0%, 20%);
|
$background-dark: hsl(0deg, 0%, 20%);
|
||||||
$background-darker: hsl(0deg, 0%, 15%);
|
$background-darker: hsl(0deg, 0%, 15%);
|
||||||
$background-darkest: hsl(0deg, 0%, 10%);
|
$background-darkest: hsl(0deg, 0%, 10%);
|
||||||
$background-invalid: hsl(360deg, 60%, 30%);
|
$background-invalid: hsl(360deg, 60%, 20%);
|
||||||
$background-warning: hsl(40deg, 100%, 30%);
|
$background-warning: hsl(40deg, 100%, 20%);
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
$neutral-button-color: hsl(0deg, 0%, 25%);
|
$neutral-button-color: hsl(0deg, 0%, 25%);
|
||||||
|
Loading…
Reference in New Issue
Block a user