Farben etwas unauffälliger gemacht
This commit is contained in:
@@ -70,15 +70,15 @@ if (!isset($topicData)) {
|
||||
<?php echo($topicData->article); ?>
|
||||
</p>
|
||||
|
||||
<div class="exercise-section bg-[<?php echo($subjectData->color); ?>]">
|
||||
<h3 style="margin-bottom: 1rem;">Übungen herunterladen:</h3>
|
||||
<div class="exercise-section bg-gray-100">
|
||||
<h3 style="margin-bottom: 1rem;" class="text-[var(--primary-color)]">Übungen herunterladen:</h3>
|
||||
<div style="display: flex; flex-wrap: wrap; gap: 0.5rem;">
|
||||
<?php
|
||||
foreach ($topicData->files as $fileName) {
|
||||
?>
|
||||
|
||||
<a href='<?php echo("config/subjects/$subjectData->id/topics/$topicData->id/$fileName") ?>'
|
||||
target="_blank" download class="download-btn">
|
||||
target="_blank" download class="download-btn border-[<?php echo($subjectData->color); ?>] border-2">
|
||||
<i class="fas fa-file-pdf"></i>
|
||||
<?php echo($fileName); ?>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user