From 3874abbaafe4b9902983e587b9fe82f855d42be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Thu, 12 May 2022 15:00:22 +0200 Subject: [PATCH] . --- content/includes/css.blade.php | 6 +---- content/includes/footer.blade.php | 8 +++--- content/index.blade.php | 4 +-- content/master.blade.php | 43 +++++++++++++++++++++++++++++-- 4 files changed, 48 insertions(+), 13 deletions(-) diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 49c506d..de530c0 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -80,11 +80,7 @@ background-color: #183703; } - nav{ - padding-top: 30px; - padding-bottom: 30px; - color: white; - } + nav a, nav a:hover, footer a, footer a:hover { color: white; } diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index ac29204..1f45e5d 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -1,17 +1,17 @@