Commit Graph

4 Commits

Author SHA1 Message Date
mDuo13
ff214a40b8 Fix dark mode diagrams 2021-07-26 14:48:31 -07:00
Jake
6e02aeb7ab Add light theme first pass
Toggle is only temp to test. Need to move in nav for final.
Will need further adjusting colors.
2021-07-07 13:54:37 -07:00
mDuo13
84fec223e9 Style fixes:
- Fix Cryptographic Keys "Key Components" diagram colors
- Fix TX Sender colors & spacing
- Fix DepositAuth table colors
2020-09-11 12:54:02 -07:00
mDuo13
72002fd773 Support theme-aware diagrams:
- SVG diagrams can adapt to the visual theme of the site through CSS.
- Use the include_svg filter to include a diagram that adapts to the
  theme.
- The styles/_diagrams.scss file controls the color mappings for
  theme-aware digrams.
- Theme-aware diagrams are limited to specific colors and diagram
  styles. Use UMLet or Google Draw and confirm that the diagram is still
  legible when you build it.
- This commit updates existing diagrams in most places to be
  theme-aware.
2020-08-17 13:12:01 -07:00