let junie rework the theme one more time
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="50%">
|
||||
<stop offset="0%" stop-color="#5B68CE" />
|
||||
<stop offset="100%" stop-color="#6A449E" />
|
||||
<stop offset="0%" stop-color="darkorchid" />
|
||||
<stop offset="100%" stop-color="darkslateblue" />
|
||||
</linearGradient>
|
||||
<mask id="moonMask">
|
||||
<circle cx="100" cy="100" r="50" fill="white" />
|
||||
|
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 627 B |
@@ -4,8 +4,8 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
|
||||
</style>
|
||||
<linearGradient id="textGradient" x1="25%" y1="0%" x2="75%" y2="100%">
|
||||
<stop offset="0%" stop-color="#5A8BFF" />
|
||||
<stop offset="100%" stop-color="#9B5CFF" />
|
||||
<stop offset="0%" stop-color="darkslateblue" />
|
||||
<stop offset="100%" stop-color="indigo" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
|
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 720 B |
Reference in New Issue
Block a user