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
James Brundage committed Oct 26, 2024
1 parent f36aecd commit 6447604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Export-4BitCSS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,10 @@ foreach ($subproperty in 'Formatting', 'Progress') {

if (-not $NoElement) {
@"
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 6447604

Please sign in to comment.