From 39d6f9c07be515e3549f5381ca7a27006c42d25b Mon Sep 17 00:00:00 2001 From: anthraxx Date: Tue, 26 Jan 2016 22:55:47 +0100 Subject: arch: make visited links distinguishable --- userContent/reproducible/archlinux/global.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'userContent') diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css index cdf375b7..9aedcfed 100644 --- a/userContent/reproducible/archlinux/global.css +++ b/userContent/reproducible/archlinux/global.css @@ -45,16 +45,18 @@ body { a { text-decoration: none; - color:#0088cc; } -a:link, a:visited { - color: green; +a:link { + color: #07b; +} + +a:visited { + color: #1a4964; } a:hover, a:visited:hover { text-decoration: underline; - color:#0088cc; } table { -- cgit v1.2.3-54-g00ecf