From 0e3df3659d29547d329e1217657a3bf6a2f6fbc7 Mon Sep 17 00:00:00 2001 From: TheBlackSheep3 <40034835+TheBlackSheep3@users.noreply.github.com> Date: Sat, 15 Oct 2022 20:13:57 +0200 Subject: [PATCH] fix link and tag color in light theme --- obsidian.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian.css b/obsidian.css index 3cd9e76..d897bba 100644 --- a/obsidian.css +++ b/obsidian.css @@ -181,7 +181,7 @@ body { --interactive-accent: var(--bg5-light); --interactive-before: var(--bg5-light); --background-modifier-border: var(--bg5-light); - --text-accent: var(--bg5-light); + --text-accent: var(--light-dim-green); --interactive-accent-rgb: var(--light-dim-green); --inline-code: var(--light-blue); --code-block: var(--fg-light);