change task-container border

This commit is contained in:
Eric Blommel
2025-01-06 14:28:37 +01:00
parent 489760bde7
commit f92f17216d
2 changed files with 1 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ if (!isset($topicData)) {
foreach ($tasks as $taskIndex => $task) {
$taskId = $taskIndex;
?>
<div class="task-container"
<div class="task-container border-2 border-[var(--primary-color)] p-4 rounded-xl"
data-task-id="<?php echo htmlspecialchars($taskId, ENT_QUOTES, 'UTF-8'); ?>">
<p>
<?php echo '<b>Aufgabe ' . ($taskIndex + 1) . ':</b> ' . htmlspecialchars($task->getText(), ENT_QUOTES, 'UTF-8'); ?>