diff --git a/css/zenbones.css b/css/zenbones.css index df492633c5..d7e68c7088 100644 --- a/css/zenbones.css +++ b/css/zenbones.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); }