Finally managed to find a work around for at least part of it. Increasing the size of the navigation bar in recipes can be done, but only on a global (as in entire ebook) scale.
Adding the following:
extra_css = """
a { font-size: 1em; padding: 6px;}
"""
worked a treat for me. It basically increases the size and padding for every anchor in the ebook. Not an issue for me.
Hope someone else find this usefull.
Cheers!
|