Skip to content
Snippets Groups Projects
Select Git revision
  • 703899d4f1d1655430f8423c6040b66be8f666e3
  • main default protected
  • fix/smaller-stuff
  • traditional-rewrite
  • fix/#107-zusammengepasst
  • feat/remove-list-padding
  • chore/#26-no-radical-radical-highlighting
  • fix/#49-wrong-radical
  • docs/fix-markdown
  • docs/fix-markdown-link
  • fix/ci-typo
  • 5.2.0
  • 5.1.0
  • 5.0.0
  • 4.1.0
  • 4.0.1
  • 4.0.0
  • 3.3.6
  • 3.3.5
  • 3.3.4
  • 3.3.3
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.2.0
  • 3.1.1
  • 3.1.0
  • 3.0.0
  • 2.1.2
  • 2.1.1
  • 2.1.0
31 results

write.ts

Blame
  • extra.css 236 B
    [data-md-color-scheme="default"] {
      --md-primary-fg-color:        #ff5522;
      --md-accent-fg-color:         #332f95;
    }
    
    [data-md-color-scheme="slate"] {
      --md-primary-fg-color:        #ff5522;
      --md-primary-bg-color:        #2e303d;
    }