Skip to content

Commit

Permalink
Fix: Fix annotation background
Browse files Browse the repository at this point in the history
This commit applies explicit background color to annotations as
`transparent` causes them to be unreadable when hovered.
  • Loading branch information
deathaxe committed Sep 29, 2021
1 parent 51abf32 commit 8b5dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class GitGutterLineAnnotationST4(object):
<body id="gitgutter-line-annotation">
<style>
html, body {{
background-color: transparent;
background-color: var(--background);
color: {foreground};
font-style: {font_style};
margin: 0;
Expand Down

0 comments on commit 8b5dd23

Please sign in to comment.