Added fancy start page greeting

This commit is contained in:
Masu-Baumgartner
2024-10-29 09:22:18 +01:00
parent 54e0675ba9
commit e5f29e4725
4 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
@keyframes shimmer {
0% {
background-position: 0 0
}
to {
background-position: -200% 0
}
}

View File

@@ -1,6 +1,7 @@
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "additions/animations.css";
@import "additions/fonts.css";
@import "additions/buttons.css";
@import "additions/cards.css";

View File

@@ -115,6 +115,9 @@ module.exports = {
900: '#111721',
950: '#0e121c',
}
},
animation: {
'shimmer': 'shimmer 2s linear infinite',
}
},
},