Anzeige von Neue-Aufgabe-Button optimiert
This commit is contained in:
@@ -389,7 +389,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
|
||||
</div>
|
||||
|
||||
<button class="bg-blue-500 text-white w-full px-4 py-2 rounded-lg hover:bg-[var(--accent-color)] transition duration-300 flex items-center"
|
||||
<button class="mt-0 border-2 border-blue-500 text-blue-500 w-full px-4 py-2 rounded-lg hover:bg-blue-500 hover:text-white transition duration-300 flex items-center"
|
||||
onclick="createFormulaWithVariable()"
|
||||
type="button">
|
||||
<span>Neue Aufgabe</span>
|
||||
|
||||
Reference in New Issue
Block a user