this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(mermaid): weak base styles

Just barely scratching the surface, but they match the default theme
more this way

+9 -1
+9 -1
templates/partials/mermaid.eta
··· 2 2 import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@11.9.0/+esm" 3 3 4 4 mermaid.initialize({ 5 - theme: "base" 5 + theme: "base", 6 + darkMode: true, 7 + themeVariables: { 8 + primaryColor: "#191724", 9 + primaryTextColor: "#e0def4", 10 + primaryBorderColor: "#524f67", 11 + lineColor: "#908caa", 12 + fontFamily: '"Recursive", sans-serif' 13 + } 6 14 }) 7 15 </script>