From 6e6a02fd6e5f6693ab7ed8691b1be3df6b955ab2 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 12 May 2026 09:24:37 +0200 Subject: [PATCH] feat(tweaks): add calm-buttons tweak --- tweaks/calm-buttons.sable.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tweaks/calm-buttons.sable.css diff --git a/tweaks/calm-buttons.sable.css b/tweaks/calm-buttons.sable.css new file mode 100644 index 0000000..123115e --- /dev/null +++ b/tweaks/calm-buttons.sable.css @@ -0,0 +1,13 @@ +/* +@sable-tweak +id: calm-buttons +name: Calm Buttons +description: Removes button hover animations to calm down the UI. +author: Sangelo +tags: buttons, animations +*/ + +body.sable-remote-theme button:hover, +body.sable-remote-theme button:active { + transform: none !important; +}