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
Add CSS files for alternate color schemes (need to remember where I found the Pygments-compatible CSS file)
Write a short JS utility to
inject a select drop-down with the stylesheet options (& maybe style each option so it gives a preview of the colors)
save the user's selection choice in local storage
check for local storage settings on page load
swap the URL on the relevant stylesheet <link> if a stored setting is detected on load, or if the selected option changes
Add the JS to every page that uses syntax-highlighted code (and regret, once again, that I didn't spend the time to create a proper build & template system)
The text was updated successfully, but these errors were encountered:
Solarized Dark fails WCAG AA color contrast.
Probably want four options:
Need to:
<link>
if a stored setting is detected on load, or if the selected option changesThe text was updated successfully, but these errors were encountered: