fix link and tag color in light theme

This commit is contained in:
TheBlackSheep3
2022-10-15 20:13:57 +02:00
parent d7320485ff
commit 0e3df3659d

View File

@@ -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);