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); }