fix: line highlight not visible (#37)

This commit is contained in:
Hammy 2024-09-19 01:02:08 +01:00 committed by GitHub
parent ef61c48e3c
commit 15c3b8347d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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