Remove transition from headings
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
kritzl 2025-03-03 14:55:58 +01:00
commit 22687225b9
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 1 additions and 3 deletions

View file

@ -590,7 +590,6 @@ body h2, body .h2,
body h3, body .h3,
body h4, body .h4 {
filter: var(--text-glow-primary);
transition: var(--transition-glow);
}
body > div {
display: flex;