From ffffa5d8e2dcb01ce8c8b89d33e19bb626c29c37 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 5 May 2022 12:20:59 +0300 Subject: [PATCH] Remove not hover from graph link --- css/openaire.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/openaire.css b/css/openaire.css index ccf83cf..709be9c 100644 --- a/css/openaire.css +++ b/css/openaire.css @@ -3,6 +3,6 @@ --text-primary-color: var(--graph-color); } -.graph a, a:not(:hover).graph { +.graph a, a.graph { color: var(--graph-color); }