Add graph uk-link in openaire css

This commit is contained in:
Konstantinos Triantafyllou 2022-03-11 01:05:38 +02:00
parent 03fa922c88
commit d9750df104
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
/* Overrides common to all dashboards*/
.graph {
--link-color: var(--graph-color);
--font-primary-color: var(--graph-color);
}
.graph a {
color: var(--graph-color);
}