Increase inputs color saturation
This commit is contained in:
parent
73af3bd2c5
commit
665211a8d3
|
@ -47,7 +47,7 @@ colors:
|
||||||
color strongBackground: hsluv(hue, saturation, intensity * 6, opacity)
|
color strongBackground: hsluv(hue, saturation, intensity * 6, opacity)
|
||||||
|
|
||||||
color inputBackground:
|
color inputBackground:
|
||||||
hsluv(hue, saturation, intensity * 2, Math.max(0.6, opacity))
|
hsluv(hue, saturation * 1.25, intensity * 2, Math.max(0.6, opacity))
|
||||||
|
|
||||||
color accentBackground:
|
color accentBackground:
|
||||||
hsluv(hue, saturation * 1.25, intensity * 42, Math.max(0.6, opacity))
|
hsluv(hue, saturation * 1.25, intensity * 42, Math.max(0.6, opacity))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user