From 1636bcd6cc37b1494f7feeaded9e20cae0391545 Mon Sep 17 00:00:00 2001 From: hlageek Date: Wed, 8 Jan 2025 17:57:11 +0100 Subject: [PATCH] update linecounter color for better contrast --- inst/app/www/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/app/www/custom.css b/inst/app/www/custom.css index dd7554f..3b025d6 100644 --- a/inst/app/www/custom.css +++ b/inst/app/www/custom.css @@ -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 */ }