openaire-theme/css/openaire.css

9 lines
147 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
2022-03-16 15:06:56 +01:00
.graph a, a.graph {
2022-03-11 00:05:38 +01:00
color: var(--graph-color);
}