From 207fc8ab8b9cd89036e557546e4b6d4d5a6b0c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Thu, 24 Nov 2022 15:30:36 +0100 Subject: [PATCH] . --- content/head.blade.php | 5 +++++ content/index.blade.php | 20 +++++++++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/content/head.blade.php b/content/head.blade.php index 7a8761a..931bcbf 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -17,6 +17,11 @@ a{ color: #71a866; } + + a:hover{ + color: #71a866; + text-decoration: underline; + } footer a{ color: white; diff --git a/content/index.blade.php b/content/index.blade.php index 49a6976..65104ff 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -59,16 +59,30 @@ @endif @foreach(filterByContentType("News")->take(3) as $content)
-
- +
+
-

{{$content->title}}

+

{{$content->title}}

{!! $content->vorschau !!}

+
@endforeach +
+
+
+
+
+
+ + + Ältere Nachrichten