Farben aendern

This commit is contained in:
juhnsa
2025-03-16 17:54:31 +01:00
parent d2375e136a
commit db71ea2a5b

View File

@@ -68,9 +68,9 @@ div.qp-answer-container {
div.qp-answer-container div { div.qp-answer-container div {
@apply grid place-content-center rounded-xl m-2 place-self-stretch text-white transition duration-300; @apply grid place-content-center rounded-xl m-2 place-self-stretch text-white transition duration-300;
@apply nth-1:bg-blue-500 hover:nth-1:bg-blue-600; @apply nth-1:bg-green-500 hover:nth-1:bg-green-600;
@apply nth-2:bg-red-500 hover:nth-2:bg-red-600; @apply nth-2:bg-red-500 hover:nth-2:bg-red-600;
@apply nth-3:bg-green-500 hover:nth-3:bg-green-600; @apply nth-3:bg-blue-500 hover:nth-3:bg-blue-600;
@apply nth-4:bg-yellow-500 hover:nth-4:bg-yellow-600; @apply nth-4:bg-yellow-500 hover:nth-4:bg-yellow-600;
@apply nth-5:bg-purple-500 hover:nth-5:bg-purple-600; @apply nth-5:bg-purple-500 hover:nth-5:bg-purple-600;
@apply nth-6:bg-black hover:nth-6:bg-slate-800; @apply nth-6:bg-black hover:nth-6:bg-slate-800;
@@ -89,9 +89,9 @@ div.qp-answer-container-host {
div.qp-answer-container-host div { div.qp-answer-container-host div {
@apply grid place-content-center rounded-xl m-1 place-self-stretch text-white transition duration-300; @apply grid place-content-center rounded-xl m-1 place-self-stretch text-white transition duration-300;
@apply nth-1:bg-blue-500 hover:nth-1:bg-blue-600; @apply nth-1:bg-green-500 hover:nth-1:bg-green-600;
@apply nth-2:bg-red-500 hover:nth-2:bg-red-600; @apply nth-2:bg-red-500 hover:nth-2:bg-red-600;
@apply nth-3:bg-green-500 hover:nth-3:bg-green-600; @apply nth-3:bg-blue-500 hover:nth-3:bg-blue-600;
@apply nth-4:bg-yellow-500 hover:nth-4:bg-yellow-600; @apply nth-4:bg-yellow-500 hover:nth-4:bg-yellow-600;
@apply nth-5:bg-purple-500 hover:nth-5:bg-purple-600; @apply nth-5:bg-purple-500 hover:nth-5:bg-purple-600;
@apply nth-6:bg-black hover:nth-6:bg-slate-800; @apply nth-6:bg-black hover:nth-6:bg-slate-800;