Remove not hover from graph link

This commit is contained in:
Konstantinos Triantafyllou 2022-05-05 12:20:59 +03:00
parent ab3fab84f1
commit ffffa5d8e2
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
--text-primary-color: var(--graph-color);
}
.graph a, a:not(:hover).graph {
.graph a, a.graph {
color: var(--graph-color);
}