fix tag color on hover

This commit is contained in:
2025-04-10 19:07:16 +04:00
parent 0e004261c3
commit 1e353806b7
+1 -1
View File
@@ -468,7 +468,7 @@
.tag:hover { .tag:hover {
background-color: #e0e0e0; background-color: #e0e0e0;
color: var(--primary-red); color: white;
transform: translateY(-2px); transform: translateY(-2px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} }