From e117f36c945cd0de7437bad20f7607c3c4e94646 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 11 Jan 2021 21:57:11 +0100
Subject: [PATCH] #18 added hover styling

---
 src/static/css/main.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/static/css/main.css b/src/static/css/main.css
index 98b9fed..bf7c898 100644
--- a/src/static/css/main.css
+++ b/src/static/css/main.css
@@ -70,6 +70,12 @@ body {
     font-size: 1.5rem;
 }
 
+.page-item:hover
+{
+    cursor: pointer;
+    background-color: #8d8d8d;
+}
+
 @media (max-width: 600px) {
     .content {
         width: 90%;
-- 
GitLab