Skip to content

Commit

Permalink
update linecounter color for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed Jan 8, 2025
1 parent 855e15c commit 1636bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/app/www/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ p.docpar::before {
width: 30px; /* Fixed width for alignment */
text-align: right; /* Align numbers to the right */
font-family: 'Courier New', Courier, monospace; /* Specify a monospace font */
color: lightgray; /* Style the numbers */
color: #959595; /* Style the numbers */
pointer-events: none; /* Prevent interaction */
user-select: none; /* Prevent selection */
}
Expand Down

0 comments on commit 1636bcd

Please sign in to comment.