2022-02-14 16:58:54 +01:00
|
|
|
/* Overrides common to all dashboards*/
|
2022-03-04 16:35:02 +01:00
|
|
|
.graph {
|
2022-03-14 17:19:41 +01:00
|
|
|
--text-primary-color: var(--graph-color);
|
2022-03-04 16:35:02 +01:00
|
|
|
}
|
2022-03-11 00:05:38 +01:00
|
|
|
|
2022-05-05 11:20:59 +02:00
|
|
|
.graph a, a.graph {
|
2022-03-11 00:05:38 +01:00
|
|
|
color: var(--graph-color);
|
|
|
|
}
|