Browse Source

reduce light for default background

adaptive-webui
d47081 1 year ago
parent
commit
57a6c9bd2d
  1. 2
      src/webui/www/private/css/palette.css

2
src/webui/www/private/css/palette.css

@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
--color-text-default: hsl(0deg 0% 90%);
--color-background-blue: hsl(210deg 42% 48%);
--color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%);
--color-background-default: hsl(0deg 0% 15%);
--color-background-hover: hsl(210deg 15% 35%);
--color-border-default: hsl(0deg 0% 33%);
}

Loading…
Cancel
Save