- Move docs graphics to appropriate place
- Fix spacing of header anchors
- Fix display of card grids in md
- Fix display of badges
- Fix theme-aware diagram coloring
- Fix left table columns being line-broken too aggressively
* Fix various style/template issues
- Add styles to allow fully invisible headers. These can be used to
support anchor links in translated pages, so we can move the link_subs
out of the dactyl-config.yml. Example in transaction-common-fields.md
- Upgrade jQuery to 3.7.1
- Add left nav to references landings for consistent navigation
- Add breadcrumbs template (previously used Dactyl built-in) which
throws an error if you specify a parent: that doesn't exist.
(Previously it would write a blank link; the link checker would
report this as an error, but it wasn't obvious what the cause was.)
- Fix#2014 (special case for code blocks nested in lists).
- Fix#2096.
- Remove excessive spacing between top nav and main content, and
re-align top of main contents in all 3 columns for docs pages.
- Reorganize _content.scss to be easier to read.
* Upgrade yarn packages (fix dependabot alerts) & rebuild CSS
* Fix NFT broken link in translation
* [ja] Properly fix NFT data link
- light mode icons, styles to switch them
- put all card graphics in the same place, removed unused ones
- template/style changes to use the card graphics consistently
- styled the light mode icon with new graphics & animation
- fixed mobile nav colors in light mode
- fixed side nav & dropdown hover colors in light mode
Option to stack on small devices.
Hide current table headers.
Add headers to rows.
Will need to add divs above tables to id each table for naming. Only did 2 tables in this as a test.
Other tables will hide headers completely and full width content.
- Set Bootstrap colors for background colors
- Adjust button padding to work in more contexts
- Removed unused tool CSS. Migrated some styles to SCSS.
- Fix sticky overlap in faucets sidebar
- Make 404 page inherit from base template
- 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.