From fc846af4cb1918ea690ad6116d146eb9b3a93446 Mon Sep 17 00:00:00 2001
From: Gerben Geijteman <gerben@hyperized.net>
Date: Mon, 14 Sep 2020 10:04:53 +0000
Subject: [PATCH] Remove codesmell (double ;)

---
 assets/css/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index 38776d4..b117688 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -858,7 +858,7 @@
     }
 
     .page-top .nav {
-        background-color: var(--secondary-bg-color);;
+        background-color: var(--secondary-bg-color);
         box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
         padding: .5rem 0;
         width: 100%;

--
Gitblit v1.10.0