let junie rework the theme one more time
This commit is contained in:
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user