forked from rDrama/rDrama
1
0
Fork 0

fix hovered span

master
Aevann 2024-03-09 19:51:06 +02:00
parent 21906cd352
commit ee64a0e7fa
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ a {
text-decoration: none;
background-color: transparent;
}
a:hover {
a:hover, a:hover span {
color: var(--primary);
text-decoration: underline;
}