From 7a2de6dbbc9b48c2424532bf67dd09f8f7f0fed5 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 24 Nov 2020 07:44:11 +0000 Subject: [PATCH] [Library | Trunk]: Underline graph-color git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59941 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/portal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-css/portal.scss b/library-css/portal.scss index 565a9c5..d62fe92 100644 --- a/library-css/portal.scss +++ b/library-css/portal.scss @@ -68,9 +68,9 @@ } .graph-color { - color: #EE2540; + color: #EE2540 !important; } .graph-color:hover, .graph-color:active { - color: #EE2540; + text-decoration: underline; }