Quote:
Originally Posted by droopy
As kepubs 
|
Because you're posting in this thread I'm assuming you already know how to use the kobopatch system

, so try this for starters...
Add this new patch to the .yaml file where you're storing all your other patches for
libnickel.so.1.0.0
Code:
KePub stylesheet anchor style:
- Enabled: yes
- Description: Customise style of kepub hyperlinks
- FindBaseAddressString: "a:link, a:visited, a:hover, a:active {"
- ReplaceString:
Find: "a:link, a:visited, a:hover, a:active { border-bottom: 1px dotted black !important; color: #696969 !important; }"
Replace: "a:link, a:visited, a:hover, a:active { border-bottom: 3px dotted black !important; color: inherit !important; }"
MustMatchLength: yes
Here's a screenshot of how it looks on my Forma. You can see the 2 hyperlinks at the bottom of the page.
You can customise the style in the
Replace string however you like as long as you keep it
exactly the same length as the
Find string, e.g. if it's too wishy-washy try
dashed instead of
dotted or increase the
3px.
Good luck