Skip to content

Commit

Permalink
Increase opacity of dot used to highlight spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinik committed May 19, 2024
1 parent 941cf23 commit 265452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/programming.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ code {
}

.cm-highlightSpace {
opacity: 0.2;
opacity: 0.4;
}

0 comments on commit 265452f

Please sign in to comment.