From 2c188d4a438b53f8a831fdab0bbc645e61843763 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 12:47:01 +0200 Subject: [PATCH] changed unica class to show underline in any case with --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b28ab06..f12bed6 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[href^="http://"]:hover,ul.menu li.negre a[href^="https://"]:hover,{ +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; }