refined Home layout with new NavLink elements for improved navigation, added animations (fadeIn, gradient-animation), updated SplashScreen background with dynamic gradient, and adjusted text.svg gradient colors for better contrast.

Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
2025-07-10 00:25:12 +02:00
parent ca4ec57666
commit 0cb192ef81
4 changed files with 118 additions and 77 deletions

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="darkslateblue" />
<stop offset="100%" stop-color="indigo" />
<stop offset="0%" stop-color="white"/>
<stop offset="100%" stop-color="grey"/>
</linearGradient>
</defs>

Before

Width:  |  Height:  |  Size: 719 B

After

Width:  |  Height:  |  Size: 707 B