From 4584a2908610c4e57b912bb7b11c9a667f1e5a63 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 26 Mar 2024 14:23:22 +0000 Subject: Remove off brand transitions --- static/css/root.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'static/css/root.css') diff --git a/static/css/root.css b/static/css/root.css index 948462c..57e7b43 100644 --- a/static/css/root.css +++ b/static/css/root.css @@ -164,14 +164,9 @@ html.theme-light .theme-button.-light { color: var(--color-text-accent); text-decoration: underline; text-decoration-color: var(--color-accent-muted); - transition: - background 150ms linear 0s, - color 150ms ease-out 0s, - text-decoration-color 150ms ease-out 0s; } .link.padded, .navbar .link { padding: calc(var(--gap-quarter) * 0.5) var(--gap-quarter) 0; } - -- cgit v1.2.3