change task-container border
This commit is contained in:
@@ -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'); ?>
|
||||
|
||||
Reference in New Issue
Block a user