[umbrella]: Add colors for publisher and journals

This commit is contained in:
Konstantinos Triantafyllou 2024-05-22 11:29:51 +03:00
parent 6026e6aa82
commit a1c8b2d9fe
1 changed files with 12 additions and 0 deletions

View File

@ -22,10 +22,22 @@
.setType(@organization-color);
}
&.publisher {
.setType(@publisher-color);
}
&.journal {
.setType(@journal-color);
}
&.country {
.setType(@country-color);
}
&.researcher {
.setType(@researcher-color);
}
&.datasource {
.setType(@datasource-color);
}