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; }