krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.22.0: docs/favicon.svg · raw
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2 <!-- An org outline: three headings, indented. Drawn plainly enough to survive 16px,
3 and coloured from the same accent the stylesheet uses, in both schemes. -->
4 <style>
5 :root { fill: #0b5fa5; }
6 @media (prefers-color-scheme: dark) { :root { fill: #79b8ff; } }
7 </style>
8 <circle cx="6" cy="8" r="2.5"/>
9 <rect x="12" y="6.5" width="14" height="3" rx="1.5"/>
10 <circle cx="12" cy="16" r="2.5"/>
11 <rect x="18" y="14.5" width="8" height="3" rx="1.5"/>
12 <circle cx="12" cy="24" r="2.5"/>
13 <rect x="18" y="22.5" width="8" height="3" rx="1.5"/>
14</svg>