From 53314472a322ebcf254dcc5f6df5a048b090e38d Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sat, 26 Oct 2024 04:55:51 +0000 Subject: [PATCH] feat: 4bitcss carat-color support ( Fixes #97 ) --- docs/zenwritten-dark/zenwritten-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zenwritten-dark/zenwritten-dark.css b/docs/zenwritten-dark/zenwritten-dark.css index ea3c99398..ee4489f2f 100644 --- a/docs/zenwritten-dark/zenwritten-dark.css +++ b/docs/zenwritten-dark/zenwritten-dark.css @@ -160,10 +160,10 @@ s, strike, .strike, .Strike, .strikethrough, .Strikethrough { text-decoration: l .Formatting-FeedbackText { color: var(--brightCyan) } .Formatting-FeedbackAction { color: var(--brightWhite) } .Progress-Style { color: var(--yellow);font-weight: bold } - body { color: var(--foreground); background-color: var(--background); + caret-color: var(--cursorColor); } a, a:visited, a:hover { color: var(--cyan); }