updated readme

This commit is contained in:
Shayan Rais
2026-02-28 20:15:47 +05:00
parent a52e8ade95
commit 110b639b65
2 changed files with 9 additions and 8 deletions
+5 -5
View File
@@ -1,17 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="93" height="20" role="img" aria-label="Best Practice">
<svg xmlns="http://www.w3.org/2000/svg" width="85" height="20" role="img" aria-label="Best Practice">
<title>Best Practice</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="93" height="20" rx="3" fill="#fff"/>
<rect width="85" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="93" height="20" fill="#e3342f"/>
<rect width="93" height="20" fill="url(#s)"/>
<rect width="85" height="20" fill="#e3342f"/>
<rect width="85" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="46.5" y="14">Best Practice</text>
<text x="42.5" y="14">Best Practice</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 719 B

After

Width:  |  Height:  |  Size: 719 B