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:
@@ -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="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 |
Reference in New Issue
Block a user