I too have spent a fair amount of time reading about css, html, etc. I had already edited a few stylesheets identical to your code below without success. Various hex equivalents have not been recognized either. It must be something I am not doing but haven't a clue what that may be.
Quote:
Originally Posted by DrChiper
Ok, I already figured it was not just me
I had little experience too in the past, when I found this forum and joined it. I experimented a lot and start loving google as my friend.
For the moment I did found a possible solution (=workaround):
Code:
a {
text-decoration: none;
color: blue;
}
It seems that CSS elements do not seem to have default (color) values within Kobo LC (for EPUB), so explicitly setting them works (for me at least) for the moment. I still consider the LC as a work in progress.
|