aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/partials/footer.php2
-rw-r--r--views/partials/header.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
index 7079358..192a18a 100644
--- a/views/partials/footer.php
+++ b/views/partials/footer.php
@@ -39,7 +39,7 @@
</div>
</div>
-<a href="/" class="w-24 min-h-full hidden md:block logo-container no-underline border-l"></a>
+<a href="/" class="hover:bg-gray-300 w-24 min-h-full hidden md:block logo-container no-underline border-l"></a>
</div>
diff --git a/views/partials/header.php b/views/partials/header.php
index 40241fc..01de1e9 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -27,7 +27,7 @@
<div class="flex min-h-screen max-w-xl mx-auto">
- <a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>
+ <a href="/" class="hover:bg-gray-300 w-24 min-h-full hidden md:block logo-container border-r"></a>
<div class="flex flex-col lg:flex-row min-h-screen w-screen shadow-2xl">