This commit is contained in:
marzban-dev
2025-06-02 20:01:24 +03:30
parent 167b04a508
commit 24ae56750b
+18 -5
View File
@@ -4,17 +4,30 @@
preserveAspectRatio="xMidYMid meet">
<style>
#logo-container {
g {
fill: black;
}
@media (prefers-color-scheme: dark) {
#logo-container {
rect {
fill: white;
}
@media (prefers-color-scheme: dark) {
g {
fill: white;
}
rect {
fill: black;
}
}
</style>
<g id="logo-container" transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
<!-- Background rectangle -->
<rect width="100%" height="100%" />
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
<path d="M1600 3700 l0 -690 -496 0 -496 0 6 -22 c25 -90 80 -299 86 -328 4
-19 26 -107 50 -195 23 -88 61 -236 85 -330 24 -93 55 -215 70 -270 14 -55 51
-194 80 -310 30 -115 57 -220 61 -232 l6 -23 -218 -2 -219 -3 -3 -258 -2 -257
@@ -36,4 +49,4 @@ c-18 76 -42 177 -53 224 -11 47 -34 146 -51 220 -17 74 -42 180 -55 235 -13
-170z m2280 98 c-10 -40 -28 -117 -41 -170 l-23 -98 -158 0 -158 0 0 170 0
170 199 0 199 0 -18 -72z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB