View Single Post
Old 12-28-2013, 07:06 PM   #1
Aia
Junior Member
Aia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it isAia knows what time it is
 
Posts: 4
Karma: 2452
Join Date: Oct 2010
Device: nook
Can You Change the Default Yellow Highlight of the Ebook viewer

I know this is an old thread, however it is the only that appears after a search.
The answer is yes, you can change the color.
In the Ebook viewer go to:
Preference (gears icon) -> User Stylesheet
There, enter some CSS like:

Code:
::selection {
background-color: #0099FF;
color: #ffffff;
}
Click OK

That previous example will change the yellow to light blue.

Last edited by Aia; 12-28-2013 at 07:07 PM. Reason: Remove comment test
Aia is offline   Reply With Quote