Graph link on hover default

This commit is contained in:
Konstantinos Triantafyllou 2022-03-17 00:14:57 +02:00
parent 2ea749369c
commit 23fc494e92
1 changed files with 1 additions and 1 deletions

View File

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