View Single Post
Old 06-12-2024, 05:55 PM   #12
Skydog
Wizard
Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.
 
Skydog's Avatar
 
Posts: 2,286
Karma: 7409537
Join Date: Mar 2009
Location: Circling Earth @ Mach .83
Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage
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 View Post
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.
Skydog is offline   Reply With Quote