From a87b6069185d5e36579241feb18e48e2a17397e8 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Mon, 14 Oct 2024 09:04:28 +0200 Subject: [PATCH] Remove a:visited style --- adminer/static/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index 6c18286f..8d442006 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -1,8 +1,7 @@ /** @author Ondrej Valka, http://valka.info */ body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; } a { color: blue; text-decoration: none; } -a:visited { color: navy; } -a:link:hover, a:visited:hover { color: red; text-decoration: underline; } +a:hover { color: red; text-decoration: underline; } a.text:hover { text-decoration: none; } a.jush-help:hover { color: inherit; } h1 { font-size: 150%; margin: 0; padding: .8em 1em; border-bottom: 1px solid #999; font-weight: normal; color: #777; background: #eee; }