Common Selectors for Custom CSS

Plugin Icons

Selectors

  • .side-dock-actions { ... }
  • .side-dock-ribbon-action { .. }
    • HTML Atrributes
      • aria-label="Open quick switcher"
      • aria-label="Open graph view"
      • aria-label="Open today's note"
      • aria-label="Create new Zettelkasten note"
      • aria-label="Open random note"

Common CSS

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