fix: fix .dual-heated.degenerate
This commit is contained in:
parent
cf03277874
commit
605869204f
@ -674,7 +674,7 @@ section
|
|||||||
background-color: hsla($hue, 75%, 50%, $opacity) !important
|
background-color: hsla($hue, 75%, 50%, $opacity) !important
|
||||||
font-weight: calc(((var(--hotness) - 1) * (var(--hotness) - 1)) * 200 + 400)
|
font-weight: calc(((var(--hotness) - 1) * (var(--hotness) - 1)) * 200 + 400)
|
||||||
|
|
||||||
.degenerate
|
&.degenerate
|
||||||
$hue: calc(240 + var(--hotness) * 60)
|
$hue: calc(240 + var(--hotness) * 60)
|
||||||
|
|
||||||
background-color: hsla($hue, 75%, 50%, $opacity) !important
|
background-color: hsla($hue, 75%, 50%, $opacity) !important
|
||||||
|
|||||||
Reference in New Issue
Block a user