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
Safari etc’s reader mode is broken on the current site b/c div#preamble doesn’t match div.sect1
i think that if you just make all the seconds have the same class, then reader modes will treat it all as body text and that’s a de facto print mode
an aria hint might do the trick super quick too
the simplest thing to try:
wrap the entire content of the page in a
tag. specifically, change the div with class clj-content-container from div to article - and see if that does it
Should make it look purty by default.
The text was updated successfully, but these errors were encountered: