openaire-theme/css/openaire.css

9 lines
138 B
CSS
Raw Normal View History

/* Overrides common to all dashboards*/
.graph {
--text-primary-color: var(--graph-color);
}
2022-03-11 00:05:38 +01:00
.graph a {
color: var(--graph-color);
}