logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 79ae297121e6fc7e880f0ba4f97dcffceef8d6a2
parent 1117f358ccbfa186d10574af9eea286eb5a78757
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 12 Dec 2024 15:04:51 +0200

breezy update

Diffstat:

Mstatic/styles/Breezy DX.piss10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 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 }