add graph link class

This commit is contained in:
Alex Martzios 2022-03-16 16:06:56 +02:00
parent 7c79c5fb1b
commit 2ea749369c
1 changed files with 1 additions and 1 deletions

View File

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