diff options
Diffstat (limited to 'favicon.svg')
-rw-r--r-- | favicon.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..d8d3254 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="2.0" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> + <style> + path { + fill: black; + } + @media (prefers-color-scheme: dark) { + path { fill: white; } + } + </style> + <g dominant-baseline="central" fill="#8b0000" stroke-width="1.2517" aria-label="#"> + <path d="m138.71 12.498-16.272 64.933h38.334l16.429-64.933h25.034l-16.429 64.933h38.177v24.096h-43.967l-13.143 52.259h39.116v23.939h-45.218l-16.272 64.776h-25.034l16.429-64.776h-38.49l-16.429 64.776h-24.878l16.272-64.776h-40.368v-23.939h46.47l13.143-52.259h-41.62v-24.096h47.409l16.272-64.933zm16.272 89.028h-38.334l-13.143 52.259h38.49z"/> + </g> +</svg> |