Quote:
Originally Posted by odamizu
Thanks, I'm actually familiar with the wonderful world of CSS specificity and inheritance, but it's hard to write a custom stylesheet when I don't know what CSS Hyphen uses in the background 
|
Ah, I see. It's a dark world, that one. Anyway, Hyphen sets font-related properties on the body selector. That's why your relative, %/em lengths wouldn't work, because they overrode the font-size Hyphen was setting... It's dirty, but you could also try:
Code:
*:not(body, html){ font-size: 200% !important; }
I may drop a template for the CSS Hyphen uses into the repo for the curious
Quote:
Originally Posted by odamizu
In any case, thanks for increasing the font size in the next version and also adding page-turn options on your issue-tracker. Do you think the page-turn options will make it into the next version? If so, I may purchase Hyphen now to support your efforts as I like everything else Hyphen has to offer.
|
Yes - at minimum you will be able to disable animations in general (the popups, etc.). You will also be able to disable the sliding animation when tapping on the left and right sides.