Small fix

This commit is contained in:
Tomas Dvorak
2025-06-21 23:08:19 +02:00
parent 1aeb3a2c8e
commit 8028427827
102 changed files with 11199 additions and 660 deletions
+1 -10
View File
@@ -511,16 +511,7 @@ a[href]:not(.btn) {
transition: var(--transition);
position: relative;
}
.filter-btn::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: linear-gradient(to right, var(--primary), var(--secondary));
transition: var(--transition);
}
.filter-btn.active {
color: var(--primary);
}