Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very annoying
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
.post-title {
|
||||
transition: color var(--transition);
|
||||
transition: var(--transition);
|
||||
color: var(--fg-color);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user