From 64476041ef0e10543fb0724a30b357766bd99e4c Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Fri, 25 Oct 2024 21:53:31 -0700 Subject: [PATCH] feat: 4bitcss carat-color support ( Fixes #97 ) --- Commands/Export-4BitCSS.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/Export-4BitCSS.ps1 b/Commands/Export-4BitCSS.ps1 index 32aebf8c7..4175dfb90 100644 --- a/Commands/Export-4BitCSS.ps1 +++ b/Commands/Export-4BitCSS.ps1 @@ -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); }