[PATCH 08/46] style.css: Tune <a> styling

Damien Lespiau damien.lespiau at intel.com
Sun Nov 9 06:08:26 AEDT 2014


From: Belén Barros Peña <belen.barros.pena at intel.com>

The links aren't underlined anymore. If, once visited, they are to
become black, we won't be able to distinguish them from regular text.

Instead let's decide about a color for links so they can be spotted,
even after a visit.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 htdocs/css/style.css | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 1d7f458..2e77049 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -1,5 +1,10 @@
-a:visited { color: #000000; }
-a { color: #786fb4; }
+a {
+	color: #2E2E70;
+}
+
+a:hover {
+	color: #0A0A47;
+}
 
 .floaty {
 	position: fixed;
-- 
1.8.3.1



More information about the Patchwork mailing list