update default style

This commit is contained in:
yggverse 2025-06-08 17:17:06 +03:00
parent b64971e5a4
commit 0e613f4d49

View file

@ -1,9 +1,10 @@
<svg width="88" height="31" xmlns="http://www.w3.org/2000/svg"> <svg width="88" height="31" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#fff" /> <rect width="100%" y="0" height="50%" fill="#fff" />
<text x="8" y="13" font-family="monospace" font-size="10" fill="#000"> <rect width="100%" y="50%" height="50%" fill="#ccc" />
<text x="8" y="11" font-family="monospace" font-size="11" fill="#000">
hosts: {hosts} hosts: {hosts}
</text> </text>
<text x="8" y="25" font-family="monospace" font-size="10" fill="#000"> <text x="8" y="27" font-family="monospace" font-size="11" fill="#000">
hits : {hits} hits : {hits}
</text> </text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 385 B

Before After
Before After