let junie rework the theme one more time

This commit is contained in:
2025-07-04 15:36:04 +02:00
parent df765bed8a
commit 50b1bec73c
12 changed files with 496 additions and 72 deletions

View File

@@ -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

View File

@@ -4,8 +4,8 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&amp;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