let junie rework the theme one more time

This commit is contained in:
2025-07-09 21:11:36 +02:00
parent 62a2ff03dd
commit 5ad3894683
9 changed files with 196 additions and 205 deletions

View File

@@ -1,8 +1,8 @@
<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="50%">
<stop offset="0%" stop-color="darkorchid" />
<stop offset="100%" stop-color="darkslateblue" />
<stop offset="0%" stop-color="#a64dff" />
<stop offset="100%" stop-color="#6a0dad" />
</linearGradient>
<mask id="moonMask">
<circle cx="60" cy="60" r="50" fill="white" />

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 580 B

View File

@@ -1,8 +1,8 @@
<svg width="400" height="120" viewBox="0 0 400 120" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0" stop-color="darkorchid" />
<stop offset="100" stop-color="darkslateblue" />
<stop offset="0" stop-color="#a64dff" />
<stop offset="100" stop-color="#6a0dad" />
</linearGradient>
<mask id="moonMask">
<circle cx="60" cy="60" r="50" fill="white" />
@@ -14,7 +14,8 @@
</defs>
<circle cx="60" cy="50%" r="50" fill="url(#moonGradient)" mask="url(#moonMask)" />
<text x="250" y="60%" dominant-baseline="middle" text-anchor="middle"
font-family="'Raleway', sans-serif" font-size="70" fill="url(#moonGradient)" letter-spacing="2">
font-family="'Raleway', sans-serif" font-size="70" fill="white" letter-spacing="2"
style="text-shadow: 0 0 5px rgba(0,0,0,0.3);">
REMind
</text>
</svg>

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 988 B