Also remove glitchy transition from .post:hover on smaller viewports

This commit is contained in:
Laura Hausmann 2023-08-28 21:37:07 +02:00
parent 1577ab6293
commit bae16e5eda
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -523,7 +523,6 @@ function more(ev: MouseEvent) {
&.active {
&:before {
background: var(--accentLighten);
transition: all 0.4s ease;
}
}