Skip to content

Commit

Permalink
fix: selection color in source mode
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 23, 2023
1 parent 902515e commit 78ce7cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@
background: transparent;
font-size: var(--text-xxs);
}

& .cm-activeLine {
background: transparent;
}
}

0 comments on commit 78ce7cf

Please sign in to comment.