From eb7bc1a835811fb5c7a2ca14bb900b2210cbd919 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 3 May 2019 11:14:27 -0400 Subject: [PATCH] consistent link colors --- static/grapheneos.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index 3dee9eea..aa0e03b5 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -10,6 +10,19 @@ body { overflow-y: scroll; } +a { + color: #0000ee; + text-decoration: none; +} + +a:visited { + color: #551a8b; +} + +a:hover { + text-decoration: underline; +} + pre { overflow-x: auto; } @@ -46,18 +59,14 @@ nav ul li a { padding: 1em; } +nav ul li a:visited { + color: #fff; /* 100% white */ +} + nav ul li.active a { color: #64B5F6; /* blue300 */ } -a { - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - #content { margin: auto; padding: 1em;