Farben etwas unauffälliger gemacht
This commit is contained in:
@@ -74,6 +74,7 @@ $topics = $subjectData->topics;
|
||||
<p class="topic-description">
|
||||
<?php echo($topicData->description); ?>
|
||||
</p>
|
||||
<!--
|
||||
<div class="related-topics bg-gray-100">
|
||||
<h4>Verwandte Themen:</h4>
|
||||
<ul>
|
||||
@@ -96,9 +97,9 @@ $topics = $subjectData->topics;
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
<div class="download-section">
|
||||
<div class="download-section bg-gray-100 p-[20px] rounded-[20px]">
|
||||
<h4>Übungen herunterladen:</h4>
|
||||
<div class="download-links">
|
||||
<?php
|
||||
@@ -107,7 +108,7 @@ $topics = $subjectData->topics;
|
||||
|
||||
<a onclick="event.stopPropagation();"
|
||||
href="<?php echo("config/subjects/$subjectData->id/topics/$topicData->id/$fileName") ?>"
|
||||
target="_blank" download class="download-btn bg-[<?php echo($subjectData->color); ?>]">
|
||||
target="_blank" download class="download-btn border-2 border-[<?php echo($subjectData->color); ?>]">
|
||||
<i class="fas fa-file-pdf"></i>
|
||||
<?php echo($fileName); ?>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user