Specifically, the old highlighter didn't support the "diff" format which was important for changelogs.
Changed the style from dark to light, since it's way too contrasty on a light background - makes it hard to scan both text and code.
And reduced the padding between code and content (mostly using the highlight style defaults)
Added a slight background shadow on code to visually offset the relatively light background color
Changed existing background color for <pre> to a slightly lighter shade, better contrast
Didn't create a custom *.ss style yet, too much work, and XML is good enough for now
* Removed hamburger and inserted close button in sidebar
* Replace sidebar mobile slide out with fade in
* Updated mobile menu button to translate into different languages
* Create sidebar hamburger menu for mobile
* Improve sidebar UX and mobile menu
* Fixed sidebar UX bug where blue text breadcrumb didn't appear and fixed hover/focus styling
* Improved UX of hamburger by applying toggle animations
Common problem.
Quite visible if (i) a page's content fits within the browser window's height when the table of contents dropdown is closed but (ii) the content no longer fits vertically when the table of contents dropdown is opened. When this happens, a vertical scroll bar appears in the browser and the page's horizontal alignment shifts by the scroll bar width.
@frankmullenger I also noticed this in swipestripe docs :)
By setting anything to ::selection in the css it resets all selection styling. Meaning highlighted text does not show any indication of highlighting.
I have added in the selection color and background so text appears highlighted when selected.
Universal increase in font size
Use same font as ss.org for consistency
Remove unnecessary visual noise (borders, box shadows, etc)
Use Google PrettyPrint syntax highlighter for improved readability of code sections
Fully responsive, with hamburger menu
Add "section" linking mode to menu items
Add masthead for breadcrumbs, introduction
Improved styles for notice/info/warning messaging
This major update changes the behaviour of the docviewer module to use a cached manifest rather than on demand. This allows us to simplify the URL matching and store 'nice' URL configuration rather than altering handleAction().
Remove breadcrumbs from the searchbar to the top of the page content,
and make sure they only display if there is more then the current link.
Wrap the module and version selectors to fill the gap in the searchbar.