diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-03-26 14:23:22 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-26 14:23:22 +0000 |
commit | 4584a2908610c4e57b912bb7b11c9a667f1e5a63 (patch) | |
tree | c9b6eb5068d300579f54ba8bf62e76efb2fcbc9e /static/css/root.css | |
parent | e0d7e32903fdd4a52098dd442ed380c0f6f742a9 (diff) | |
download | tour-4584a2908610c4e57b912bb7b11c9a667f1e5a63.tar.gz tour-4584a2908610c4e57b912bb7b11c9a667f1e5a63.zip |
Remove off brand transitions
Diffstat (limited to 'static/css/root.css')
-rw-r--r-- | static/css/root.css | 5 |
1 files changed, 0 insertions, 5 deletions
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; } - |