Templates hinzufuegen; Spiel beitreten seite stylen

This commit is contained in:
juhnsa
2025-03-12 20:16:00 +01:00
parent 46634b1e1c
commit 13cbaaa6dc
8 changed files with 69 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
@import 'tailwindcss';
qp-container {
@apply max-w-xl w-full mx-auto;
}
nav div ul.qp-nav-list li {
@apply text-white hover:scale-110 hover:border-b-2 hover:border-white transition duration-200;
}