add links to search
This commit is contained in:
+7
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user