Sep 25, 2020 11:43 am
                        Hi,
it's certainly a simple thing, but I can't find the point where I can change that. The marking color (the color that is underlayed when you mark a text passage for copying) is dark blue, so you can hardly read the text.
Where is that set?
Thanks for caring,
Bernd
Website: https://www.alkohol-ade.com
                         2 Replies                    
                Sep 25, 2020 12:07 pm
                        you can define the colors via css :: selection
example i use these colors
::-moz-selection { 
background: #ff9900!important; 
color: #fff !important; 
}
::selection { 
background: #ff9900!important; 
color: #fff !important;
}
https://www.w3schools.com/cssref/sel_selection.asp


