elementsproject.github.io icon indicating copy to clipboard operation
elementsproject.github.io copied to clipboard

feat: dark mode theme

Open delta1 opened this issue 1 year ago • 0 comments

Looking at the RPC docs on a light background was wrecking my eyes :sweat_smile:

This PR:

  • adds dark color theme for users with prefers-color-scheme: dark
  • increases max width to 1200px
  • replaces logo png with svg - black on light, white on dark theme. Smaller filesize too.
  • removes !important qualifiers that make editing styles more difficult
  • stores colors in scss variables for ease of maintenance

Deployed example at https://elements.delta1.dev

dark theme RPC doc

delta1 avatar Jan 26 '23 13:01 delta1