From 266f6f18de742f511d3d980e7dabcf1cae67e65b Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 13 Oct 2021 21:20:38 +0200 Subject: [PATCH] Enhance contrast for link on the normal theme by using a dark blue --- issues/_common/header | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issues/_common/header b/issues/_common/header index 5e6baa1..aee5234 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -50,12 +50,12 @@ } .permalink { - color: steelblue; + color: blue; text-decoration: none; } a { - color:black; + color: black; text-decoration: none; }