From db71ea2a5b920456315eea2147b8da1501b4bf32 Mon Sep 17 00:00:00 2001 From: juhnsa Date: Sun, 16 Mar 2025 17:54:31 +0100 Subject: [PATCH] Farben aendern --- django/static/css/t-input.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/django/static/css/t-input.css b/django/static/css/t-input.css index 118ff99..002f4e0 100644 --- a/django/static/css/t-input.css +++ b/django/static/css/t-input.css @@ -68,9 +68,9 @@ div.qp-answer-container { div.qp-answer-container div { @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-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-5:bg-purple-500 hover:nth-5:bg-purple-600; @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 { @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-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-5:bg-purple-500 hover:nth-5:bg-purple-600; @apply nth-6:bg-black hover:nth-6:bg-slate-800;