my changes on the ui and theme

This commit is contained in:
2022-04-10 02:45:45 -05:00
parent bf930ec6eb
commit 5c305a088d
5 changed files with 30 additions and 27 deletions

View File

@@ -2,11 +2,11 @@
<defs>
<pattern id="smallGrid" width="25" height="25" patternUnits="userSpaceOnUse">
<!-- <path d="M 25 0 L 0 0 0 25" fill="none" stroke="gray" stroke-width="0.5"/> -->
<circle cx="0.5" cy=".5" r=".25" stroke="gray" fill="transparent" stroke-width="1"/>
<circle cx="0.5" cy=".5" r=".25" stroke="#bcbcbc" fill="transparent" stroke-width="1"/>
</pattern>
<pattern id="grid" width="250" height="250" patternUnits="userSpaceOnUse">
<rect width="250" height="250" fill="url(#smallGrid)"/>
<path d="M 250 0 L 0 0 0 250" fill="none" stroke="gray" stroke-width="2"/>
<path d="M 250 0 L 0 0 0 250" fill="none" stroke="#f5f5f5" stroke-width="2"/>
</pattern>
</defs>

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 679 B