View Single Post
Old 11-15-2017, 09:59 PM   #1
reader1167
Junior Member
reader1167 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2017
Device: none
Can't customize link colors for ebooks displayed in calibre

Hello, first-time calibre user here. I'm looking for some help customizing the colors for ebooks displayed in calibre.

I want to make a darker theme for easier-on-the-eyes reading. I find the default link colors to be jarringly bright, but changing the link colors doesn't appear to be working. I searched around for a little while and found other discussions of this, but didn't find a clear solution. I could probably do more thorough searching and problem-solving on my own attempting to get this to work, but I thought at this point it'd be worth asking for help in case there is a simple solution.

If it matters, I'm using a macbook running OSX.

Here's my user stylesheet:

Code:
body {
	text-align:justify;
	line-spacing:1.8;
	margin-top:0px;
	margin-bottom:4px;
	margin-right:50px;
	margin-left:50px;
	text-indent:3em;
}

a:link, span a:link, a[href] {
	color: #2758a5;
}
a:visited {	
	color: #935bb2;
}
a:hover {	
	color: #2ae0ed;
}
a:active {	
	color: #e01f1f;
}
I'm also using a custom background and foreground color in the preferences:



Here's a screenshot of how the Quick Start Guide that comes with calibre looks using this stylesheet:



Here's a (larger) screenshot of the "inspect element" page.
reader1167 is offline   Reply With Quote