mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 00:04:18 +00:00
Tweak color palette
This commit is contained in:
parent
3a30bceb80
commit
42446c37f0
1 changed files with 11 additions and 11 deletions
|
@ -1,17 +1,17 @@
|
|||
.taskImportanceHighest {
|
||||
--bhsl-current-hue: 15deg;
|
||||
--bhsl-current-saturation: 98%;
|
||||
--bhsl-current-hue: 18deg;
|
||||
--bhsl-current-saturation: 100%;
|
||||
--bhsl-current-lightness: 75%;
|
||||
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.taskImportanceHigh {
|
||||
--bhsl-current-hue: 260deg;
|
||||
--bhsl-current-saturation: 66%;
|
||||
--bhsl-current-lightness: 72%;
|
||||
--bhsl-current-hue: 250deg;
|
||||
--bhsl-current-saturation: 100%;
|
||||
--bhsl-current-lightness: 78%;
|
||||
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.taskImportanceNormal {
|
||||
|
@ -23,9 +23,9 @@
|
|||
}
|
||||
|
||||
.taskImportanceLow {
|
||||
--bhsl-current-hue: 168deg;
|
||||
--bhsl-current-saturation: 22%;
|
||||
--bhsl-current-lightness: 61%;
|
||||
--bhsl-current-hue: 160deg;
|
||||
--bhsl-current-saturation: 45%;
|
||||
--bhsl-current-lightness: 60%;
|
||||
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
|||
.taskImportanceLowest {
|
||||
--bhsl-current-hue: 120deg;
|
||||
--bhsl-current-saturation: 30%;
|
||||
--bhsl-current-lightness: 30%;
|
||||
--bhsl-current-lightness: 45%;
|
||||
|
||||
font-weight: 300;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue