Common Selectors for Custom CSS

Bottom Icons

Selectors

  • .side-dock-settings { ... }
  • .workspace-ribbon.mod-left.is-collapsed .side-dock-ribbon-action { ... }
  • .side-dock-ribbon-action { ... }
    • HTML Atrributes
      • aria-label="Open another vault"
      • aria-label="Help"
      • aria-label="Settings"

Common CSS

  • color: var(--text-faint);
  • text-align: center;
  • cursor: pointer;
  • stroke-width: 2px;