1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 22:37:59 +00:00

return original orange hover (desaturated)

This commit is contained in:
d47081 2023-11-11 20:44:26 +02:00
parent 375c7fc8da
commit e1312d977d

View File

@ -12,7 +12,8 @@
--color-background-blue: hsl(210deg 65% 55%);
--color-background-popup: hsl(0deg 0% 100%);
--color-background-default: hsl(0deg 0% 94%);
--color-background-hover: hsl(210deg 55% 65%);
/* previous --color-background-hover: hsl(210deg 55% 65%); */
--color-background-hover: hsl(26deg 80% 60%);
--color-border-blue: hsl(210deg 42% 48%);
--color-border-default: hsl(0deg 0% 85%);
}
@ -36,12 +37,14 @@
* {
--color-text-blue: hsl(210deg 88.1% 73.5%);
--color-text-orange: hsl(26deg 80% 60%);;
/* previous --color-text-orange: hsl(26deg 80% 60%); */
--color-text-orange: hsl(26deg 65% 70%);
--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-hover: hsl(210deg 15% 35%);
/* previous --color-background-hover: hsl(210deg 15% 35%); */
--color-background-hover: hsl(26deg 50% 50%);
--color-border-default: hsl(0deg 0% 33%);
}
}