Set more pleasing colors for webui dark theme

Set darker rows, hover and blue background colors
This commit is contained in:
antanilol 2024-10-04 15:55:01 +02:00
commit 1fe1dfe778

View file

@ -38,10 +38,10 @@
--color-text-orange: hsl(26deg 65% 70%);
--color-text-default: hsl(0deg 0% 90%);
--color-background-primary: hsl(0deg 0% 7%);
--color-background-blue: hsl(210deg 42% 48%);
--color-background-blue: hsl(210deg 42% 30%);
--color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%);
--color-background-hover: hsl(26deg 50% 55%);
--color-background-default: hsl(0deg 0% 12%);
--color-background-hover: hsl(26deg 80% 20%);
--color-border-default: hsl(0deg 0% 33%);
& #torrentTrackersTableDiv tr {