From 6eb9b777313965fc9ab06c35f0edacaca4f80eec Mon Sep 17 00:00:00 2001 From: Vincent Finance Date: Thu, 1 Sep 2022 22:52:56 +0200 Subject: [PATCH] _common/header: make links more visible --- issues/_common/header | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issues/_common/header b/issues/_common/header index 650b314..f4d7134 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -51,12 +51,12 @@ .permalink { color: blue; - text-decoration: none; + text-decoration: underline; } a { color: black; - text-decoration: none; + text-decoration: underline; } .permalink::before { content: "↗ "; }