Use an actual logo

This commit is contained in:
daylily
2026-01-14 20:06:16 -04:00
parent be110ff027
commit f295d878a0
5 changed files with 65 additions and 5 deletions
+38 -3
View File
@@ -1,4 +1,39 @@
<svg version="1.1" width="256" height="256" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 256,0 0,256" fill="#afbabc" />
<polygon points="256,256 256,0 0,256" fill="#182435" />
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="512" height="512" viewBox="0 0 512 512" version="1.1" id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<style>
.fg { fill: #5a536b; }
.fg-stroke { fill: none; stroke: #5a536b; }
.bg { fill: #ffffff; }
@media (prefers-color-scheme: dark) {
.fg { fill: #ffffff; }
.fg-stroke { fill: none; stroke: #ffffff; }
.bg { fill: #5a536b; }
}
</style>
<rect class="fg-stroke" stroke-width="64" width="448" height="448" x="32" y="32" />
<circle class="fg" cx="64" cy="448" r="64" />
<circle class="fg" cx="64" cy="320" r="64" />
<circle class="fg" cx="64" cy="192" r="64" />
<circle class="fg" cx="64" cy="64" r="64" />
<circle class="fg" cx="128" cy="128" r="54" />
<circle class="fg" cx="128" cy="256" r="54" />
<circle class="fg" cx="128" cy="384" r="54" />
<circle class="fg" cx="192" cy="64" r="44" />
<circle class="fg" cx="192" cy="192" r="44" />
<circle class="fg" cx="192" cy="320" r="44" />
<circle class="fg" cx="192" cy="448" r="44" />
<circle class="fg" cx="256" cy="128" r="34" />
<circle class="fg" cx="256" cy="256" r="34" />
<circle class="fg" cx="256" cy="384" r="34" />
<circle class="fg" cx="320" cy="64" r="24" />
<circle class="fg" cx="320" cy="192" r="24" />
<circle class="fg" cx="320" cy="320" r="24" />
<circle class="fg" cx="320" cy="448" r="24" />
<circle class="fg" cx="384" cy="128" r="14" />
<circle class="fg" cx="384" cy="256" r="14" />
<circle class="fg" cx="384" cy="384" r="14" />
<rect class="fg" width="50" height="315" x="37" y="92" />
</svg>

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 1.7 KiB