diff options
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; } - |