From 32c83c4245db3e452b168fd8db0e7c99d54e8773 Mon Sep 17 00:00:00 2001 From: David Soulayrol Date: Sun, 4 Sep 2022 10:04:26 +0200 Subject: [PATCH] =?UTF-8?q?Meilleure=20mise=20en=20=C3=A9vidence=20du=20fo?= =?UTF-8?q?cus=20sur=20les=20liens.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/production/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/production/css/style.css b/assets/production/css/style.css index 56a6912..441c877 100644 --- a/assets/production/css/style.css +++ b/assets/production/css/style.css @@ -20,6 +20,11 @@ a { color: #373d3f; } +a:focus { + color: red; + font-weight: bolder; +} + a.external::after { content: url(/images/external-link.svg); display: inline-flex;