From cd090029aa36d5344c76bc9a4faec7e51c0af388 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 20:41:19 +0000 Subject: [PATCH] Improve visibility of visited links. git-svn-id: https://svn.dealii.org/trunk@12131 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/stylesheet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index b9f744eb35..0bfc78c445 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -94,7 +94,8 @@ A.qindexHL:hover { padding: 2px 6px; } A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } -A.el { text-decoration: none; font-weight: normal; } +A.el { text-decoration: none; font-weight: normal; color: #1A41FF; } +A.el:visited { text-decoration: none; font-weight: normal; color: #1A41B0; } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #1A419D} A.codeRef { font-weight: normal; color: #1A419D} -- 2.39.5