breezy update

This commit is contained in:
Henry Jameson 2024-12-12 15:04:51 +02:00
parent 1117f358cc
commit 79ae297121

View file

@ -52,13 +52,21 @@ Button:hover {
} }
Button:toggled { Button:toggled {
background: $blend(--bg 0.8 --accent) background: $blend(--bg 0.3 --accent)
} }
Button:pressed { Button:pressed {
background: $blend(--bg 0.8 --accent) background: $blend(--bg 0.8 --accent)
} }
Button:pressed:toggled {
background: $blend(--bg 0.2 --accent)
}
Button:toggled:hover {
background: $blend(--bg 0.3 --accent)
}
Input { Input {
shadow: --defaultInputBevel shadow: --defaultInputBevel
} }