Skip to content

Commit

Permalink
feat: 4bitcss carat-color support ( Fixes #97 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 26, 2024
1 parent 01539c5 commit 7a18187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zenbones-light/zenbones-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
Expand Down

0 comments on commit 7a18187

Please sign in to comment.