fix: line highlight not visible

This commit is contained in:
sgoudham 2024-09-19 01:00:29 +01:00
parent ef61c48e3c
commit db8c0c5cf4
No known key found for this signature in database
GPG key ID: 44E818FD5457EEA4

View file

@ -154,6 +154,7 @@ $lvl3: if($isDark, $base, $crust);
--color-orange-badge-bg: #{$lvl1};
--color-orange-badge-hover-bg: #{ctx_lighten($peach, 5%)};
--color-git: #{$peach};
--color-highlight-bg: #{color.change($yellow, $alpha: 0.15)};
/* target-based colors */
--color-body: #{$lvl1};