[library-web] style: override theme colour to avoid orange in the table of contents



commit 24bb330db4dcc4de08a6c639f9fbdb47e5decf26
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Jan 27 09:55:19 2014 +0000

    style: override theme colour to avoid orange in the table of contents
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722367

 data/skin/lgo2010.css |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index edde3aa..d8d9a4e 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -442,7 +442,15 @@ dt {
 }
 
 dl dt a {
-       color: #E36615;
+       color: inherit;
+}
+
+dl dt a:visited {
+       color: inherit;
+}
+
+dl dt a:visited:hover {
+       color: rgb(250, 119, 33);
 }
 
 acronym {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]