From c820abd0bcb34d1ea5a03be64a2158ae7c42920c Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Thu, 24 Dec 2020 12:24:10 +0100 Subject: [PATCH] Fix low contrast on hovered links --- datasette/static/app.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/datasette/static/app.css b/datasette/static/app.css index fa32c034..e6a51e13 100644 --- a/datasette/static/app.css +++ b/datasette/static/app.css @@ -204,14 +204,15 @@ a:link { text-decoration: underline; } a:visited { - color: #54AC8E; + color: #041C8E; text-decoration: underline; } a:hover, a:focus, a:active { - color: #67C98D; - text-decoration: underline; + color: #07407B; + text-decoration: underline; + text-decoration-thickness: 2px; } button.button-as-link {