You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few presets e.g. modern, classic, etc. were made 2 years ago, but didn’t ship in Readium CSS alpha. They were simply built using several CSS variables e.g. I had something like:
Following this issue in Swift and our engineering call, theming needs to be revisited.
To sum things up, ReadiumCSS prefs have been designed and built to allow theming from the start, meaning it already has most in place for common customisation e.g. the background-color and color variables.
A few presets e.g. modern, classic, etc. were made 2 years ago, but didn’t ship in Readium CSS alpha. They were simply built using several CSS variables e.g. I had something like:
And it would go from
to this for instance:
With custom spacing (margins), fonts, etc. the user can pick/modify and save.
So the idea is to make that clearer, and extend it if needed.
This also impacts readium/r2-navigator-swift#65 though, but is similar to another issue I’ll open shortly.
The text was updated successfully, but these errors were encountered: