Redo some Startpage :D

This commit is contained in:
2024-08-05 00:37:17 +02:00
parent 4778429452
commit 5409d4a248
3 changed files with 46 additions and 6 deletions

View File

@@ -49,6 +49,12 @@
}
}
.btn-ghost {
@apply px-6 text-xl;
@apply bg-transparent border-2 border-yellow-400 shadow-2xl shadow-yellow-400 backdrop-blur text-neutral-800 font-bold bg-gradient-to-br from-yellow-400 to-yellow-200 rounded-xl;
@apply hover:border-yellow-300 hover:shadow-yellow-800 hover:scale-110;
}
.btn-gray {
@apply bg-gray-800 text-white;
}