FEAT: title & links on pre-configured listed apps

This commit is contained in:
prosety
2022-12-01 12:52:36 +01:00
parent 59cb40c2e2
commit bbbae155f1
3 changed files with 5 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ function saveName() {
@apply flex flex-col md:flex-row items-center justify-center mb-28
}
.title {
@apply text-3xl text-center mb-10
@apply text-3xl text-center mb-10 uppercase text-transparent bg-clip-text bg-gradient-to-r from-violet-900 to-blue-500
}
.app {
@apply bg-black bg-opacity-10 w-20 h-20 p-4 rounded-xl flex-wrap cursor-pointer inline-block transition-all