schönes Siegerpodest (und bessere Punkteübersicht)

This commit is contained in:
ben8
2025-07-29 19:01:20 +02:00
parent 2da75fdb52
commit d03c99b8e3
12 changed files with 1210 additions and 76 deletions

View File

@@ -153,7 +153,7 @@
{% if request.session.mode == "learn" %}
<form action="">
<input id="textanswer" type="text" placeholder="DEINE ANTWORT"
class="answer-option text-center p-2 bg-gray-100 hover:bg-blue-100 rounded-lg transition-colors duration-200 answer-option lg:w-80 dark:bg-transparent dark:text-white dark:hover:bg-[#2a2f3a] ">
class="answer-option text-center mb-4 p-2 bg-gray-100 hover:bg-blue-100 rounded-lg transition-colors duration-200 answer-option lg:w-80 dark:bg-transparent dark:text-white dark:hover:bg-[#2a2f3a] ">
<button
onclick="submitAnswer( -1 );"