aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-01 02:21:46 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-01 02:21:46 -0500
commita84f0eaf6f62667c3dae69f3ea36029e5f8cc952 (patch)
treeb4bb296d9eba69760769e145fa5db690a7bc1b76
parentb774216cccba1baf48fd25d61ba32d3ad46dcaff (diff)
downloadedwinmattiacci.com-a84f0eaf6f62667c3dae69f3ea36029e5f8cc952.tar.gz
edwinmattiacci.com-a84f0eaf6f62667c3dae69f3ea36029e5f8cc952.tar.bz2
edwinmattiacci.com-a84f0eaf6f62667c3dae69f3ea36029e5f8cc952.zip
views/partials: Add hover background to page sides
-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">