From 792ede696edd9ca4214c999bca7fd94409ef8222 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 12:44:44 +0200 Subject: [PATCH] changed unica class to show underline in case of http or https --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dbcbcde..b28ab06 100644 --- a/style.css +++ b/style.css @@ -369,7 +369,7 @@ ul.menu li.unica a, ul.menu li.sola a{color:#4344ff!important; } ul.menu li.negre a{color: #000000!important; /* cursor: text; */ text-decoration: none;} -ul.menu li.negre a:hover{ +ul.menu li.negre a[href^="http://"]:hover,ul.menu li.negre a[href^="https://"]:hover,{ text-decoration:underline; }