prune: remove transition for color or background-color

This commit is contained in:
Julien Calixte
2025-02-11 22:19:18 +01:00
parent e2285f8128
commit 4619fcf6da
2 changed files with 0 additions and 4 deletions

View File

@@ -73,8 +73,6 @@ a {
.repo-note {
font-family: var(--font-family);
font-size: var(--font-size);
transition-property: color, background-color;
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.btn {