add links to search

This commit is contained in:
2025-04-10 13:10:24 +04:00
parent d598190655
commit 500fedbaca
7 changed files with 260 additions and 38 deletions
+7 -1
View File
@@ -460,11 +460,17 @@
font-size: 0.8125rem;
color: #222;
text-decoration: none;
transition: background-color 0.2s;
transition: all 0.2s ease;
border: 1px solid #e0e0e0;
display: inline-flex;
align-items: center;
}
.tag:hover {
background-color: #e0e0e0;
color: var(--primary-red);
transform: translateY(-2px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Commentaires */