From a6b6c3205096fd718757a6f32ff07d60bcc22808 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 4 Dec 2024 19:20:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20use=20text-colour=20for?= =?UTF-8?q?=20hover=20on=20`rt`=20in=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Didn't look good on dark mode in note admonition. --- sass/parts/_misc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 1ebaddbf3..0934b9a8e 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -88,7 +88,7 @@ a:hover { } a:hover rt { - color: initial; + color: var(--text-color); } a:not(.no-hover-padding):hover::after {