From 79ae297121e6fc7e880f0ba4f97dcffceef8d6a2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 12 Dec 2024 15:04:51 +0200 Subject: [PATCH] breezy update --- static/styles/Breezy DX.piss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 }