mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 13:24:26 +00:00
fix color-function-notation
This commit is contained in:
parent
8ae1edbc54
commit
fb6bda7fde
@ -2,17 +2,17 @@
|
||||
|
||||
/* Default rules */
|
||||
* {
|
||||
--color-text-blue: hsl(210deg, 100%, 55%);
|
||||
--color-text-orange: hsl(26deg, 100%, 45%);
|
||||
--color-text-red: hsl(0deg, 100%, 65%);
|
||||
--color-text-green: hsl(110deg, 94%, 27%);
|
||||
--color-text-white: hsl(0deg, 0%, 100%);
|
||||
--color-text-disabled: hsl(0deg, 0%, 60%);
|
||||
--color-text-default: hsl(0deg, 0%, 33%);
|
||||
--color-background-blue: hsl(210deg, 42%, 48%);
|
||||
--color-background-popup: hsl(0deg, 0%, 100%);
|
||||
--color-background-default: hsl(0deg, 0%, 94%);
|
||||
--color-border-default: hsl(0deg, 0%, 85%);
|
||||
--color-text-blue: hsl(210deg 100% 55%);
|
||||
--color-text-orange: hsl(26deg 100% 45%);
|
||||
--color-text-red: hsl(0deg 100% 65%);
|
||||
--color-text-green: hsl(110deg 94% 27%);
|
||||
--color-text-white: hsl(0deg 0% 100%);
|
||||
--color-text-disabled: hsl(0deg 0% 60%);
|
||||
--color-text-default: hsl(0deg 0% 33%);
|
||||
--color-background-blue: hsl(210deg 42% 48%);
|
||||
--color-background-popup: hsl(0deg 0% 100%);
|
||||
--color-background-default: hsl(0deg 0% 94%);
|
||||
--color-border-default: hsl(0deg 0% 85%);
|
||||
}
|
||||
|
||||
:root {
|
||||
@ -33,9 +33,9 @@
|
||||
}
|
||||
|
||||
* {
|
||||
--color-text-default: hsl(0deg, 0%, 90%);
|
||||
--color-background-popup: hsl(0deg, 0%, 20%);
|
||||
--color-background-default: hsl(0deg, 0%, 30%);
|
||||
--color-border-default: hsl(0deg, 0%, 33%);
|
||||
--color-text-default: hsl(0deg 0% 90%);
|
||||
--color-background-popup: hsl(0deg 0% 20%);
|
||||
--color-background-default: hsl(0deg 0% 30%);
|
||||
--color-border-default: hsl(0deg 0% 33%);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user