From a1236a3156ce4218c358fe0a5c84e96af66b2de6 Mon Sep 17 00:00:00 2001 From: Matthias Grief Date: Sun, 17 Nov 2024 20:46:05 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Downloadlinks=20in=20der=20Themen=C3=BCbers?= =?UTF-8?q?icht=20=C3=B6ffnen=20nur=20noch=20den=20Download=20und=20nicht?= =?UTF-8?q?=20mehr=20auch=20das=20Thema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webseite/subject.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/webseite/subject.php b/webseite/subject.php index c52c7fe..b5cdbbb 100644 --- a/webseite/subject.php +++ b/webseite/subject.php @@ -526,6 +526,11 @@ $topics = $subjectData->topics; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } + .related-topics a { + color: inherit; + text-decoration: none; + } + /* Add dark mode support for related topics */ :root[data-theme="dark"] .related-topics { background: rgba(124, 58, 237, 0.1); @@ -629,7 +634,11 @@ $topics = $subjectData->topics; ?> -
  • displayName); ?>
  • +
  • + + displayName); ?> + +
  • topics; foreach ($topicData->files as $fileName) { ?> - - id/topics/$topicData->id/$fileName")?>" target="_blank" download class="download-btn"> + id/topics/$topicData->id/$fileName")?>" target="_blank" download class="download-btn"> From 379718f69e02c5c78714971995e753ebaea2eaf2 Mon Sep 17 00:00:00 2001 From: Matthias Grief Date: Sun, 17 Nov 2024 21:02:57 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Kurse=20zu=20=20=C3=9Cbersicht=20umbe?= =?UTF-8?q?nannt=20und=20Fortschrittsbalken=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webseite/subject.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webseite/subject.php b/webseite/subject.php index b5cdbbb..47c8333 100644 --- a/webseite/subject.php +++ b/webseite/subject.php @@ -597,7 +597,7 @@ $topics = $subjectData->topics; Homepage - Kurse + displayName); ?> Übersicht @@ -663,9 +663,11 @@ $topics = $subjectData->topics; ?> + Date: Sun, 17 Nov 2024 21:04:17 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Ung=C3=BCltiges=20HTML=20vom=20Ende=20des?= =?UTF-8?q?=20 - `); -