From 6b34635c39fef780ca9d513ede24bcaf22044a3d Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 12:25:09 +0200 Subject: [PATCH] changed unica class to show underline on hover and cursos link --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5fee64..dbcbcde 100644 --- a/style.css +++ b/style.css @@ -367,9 +367,11 @@ ul.menu li.sola{display: block; margin-bottom:3px; text-transform: uppercase;} ul.menu li.especial a{color:#0000FF!important; font-weight:bold;} ul.menu li.unica a, ul.menu li.sola a{color:#4344ff!important; } ul.menu li.negre a{color: #000000!important; - cursor: text; + /* cursor: text; */ text-decoration: none;} - +ul.menu li.negre a:hover{ + text-decoration:underline; +} ul.sub-menu {display:inline;}