From 4e40097d3d00f18a975de64f07dacc72f7b2b15c Mon Sep 17 00:00:00 2001 From: Tobias Merkle Date: Mon, 17 Jun 2024 15:44:38 -0400 Subject: [PATCH] fix #213 --- theme/css/chrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/css/chrome.css b/theme/css/chrome.css index 9ad0cee3..1ead3329 100644 --- a/theme/css/chrome.css +++ b/theme/css/chrome.css @@ -266,6 +266,10 @@ a>.hljs { color: var(--inline-code-color); } +a code.hljs { + color: var(--links) !important; +} + a:hover>.hljs { text-decoration: underline; }