From 64ece1080c0a1dcf8d2eef46cfd16c5de64f1f78 Mon Sep 17 00:00:00 2001 From: z3d Date: Wed, 22 Jul 2009 21:37:56 +0000 Subject: [PATCH] Ensure links don't revert to underlined and unbold after visitation in dark theme. --- installer/resources/themes/console/dark/console.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index a5c7acfb2..a53722edf 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -300,10 +300,16 @@ a:link, h2 a:link{ a:visited{ color: #7bb; + text-decoration: none; + font-weight: bold; + word-wrap: break-word; } a:hover{ color: #f60; + text-decoration: underline; + font-weight: bold; + word-wrap: break-word; } .links {