diff --git a/stylesheets/lfs-xsl/dark.lfs.css b/stylesheets/lfs-xsl/dark.lfs.css index 2da1bcefd8..e08ec44f38 100644 --- a/stylesheets/lfs-xsl/dark.lfs.css +++ b/stylesheets/lfs-xsl/dark.lfs.css @@ -12,11 +12,11 @@ body { /* Links */ -a:link { color: #44d; } -a.ulink:link { font-weight: bold; color: #77f; } -a:visited { color: #9e69a8 ! important; } -a:hover, a:focus { color: #f32e28 ! important; } -a:active { color: #8b97d1 ! important;} +a:link { color: #62a5d8; } +a.ulink:link { font-weight: bold; color: #68abde; } +a:visited { color: #c792d4 ! important; } +a:hover, a:focus { color: #f35d2a ! important; } +a:active { color: #9ea8db ! important;} /* Book titlepage */ diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 2da1bcefd8..e08ec44f38 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -12,11 +12,11 @@ body { /* Links */ -a:link { color: #44d; } -a.ulink:link { font-weight: bold; color: #77f; } -a:visited { color: #9e69a8 ! important; } -a:hover, a:focus { color: #f32e28 ! important; } -a:active { color: #8b97d1 ! important;} +a:link { color: #62a5d8; } +a.ulink:link { font-weight: bold; color: #68abde; } +a:visited { color: #c792d4 ! important; } +a:hover, a:focus { color: #f35d2a ! important; } +a:active { color: #9ea8db ! important;} /* Book titlepage */