From f8891dba2cc0d1a8619bf9b01bb06e4c7560b7ec Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 11 Aug 2023 14:03:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix:=20improve=20contrast=20on?= =?UTF-8?q?=20`code`=20within=20links=20on=20hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #106. --- sass/parts/_code.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index a143823..e7b6246 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -37,6 +37,10 @@ code { } } +a:hover code { + background-color: inherit; +} + pre { overflow: hidden; position: relative;