From eee474718bff801d36925cbc63880a63a0de7dc0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Sep 2010 23:07:52 +0000 Subject: - Patch #890362 by BarisW, Jeff Burnz: links should not be indicated by color only. --- themes/bartik/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 318391455..f5e312c38 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -17,6 +17,11 @@ a:link, a:visited { text-decoration: none; } +a:hover, +a:active, +a:focus{ + text-decoration: underline; +} h1, h2, h3, -- cgit v1.2.3