[Library | Trunk]: Add graph color class

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59892 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-11-17 13:05:26 +00:00
parent 04637daed8
commit d73de27e5c
1 changed files with 8 additions and 0 deletions

View File

@ -66,3 +66,11 @@
.portal-icon svg > * {
fill: var(--portal-main-color);
}
.graph-color {
color: #EE2540;
}
.graph-color:hover, .graph-color:active {
color: #EE2540;
}