diff --git a/static/styles/Breezy DX.piss b/static/styles/Breezy DX.piss index 033561f9..0203fec2 100644 --- a/static/styles/Breezy DX.piss +++ b/static/styles/Breezy DX.piss @@ -52,13 +52,21 @@ Button:hover { } Button:toggled { - background: $blend(--bg 0.8 --accent) + background: $blend(--bg 0.3 --accent) } Button:pressed { 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 { shadow: --defaultInputBevel }