From f1ead92e698d0ba4d43e4a4349e91f52ecd9115b Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 21 May 2020 14:39:16 +0000
Subject: [PATCH] Decreased button sligthly

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

diff --git a/assets/css/style.css b/assets/css/style.css
index 1ee695b..8cd46d0 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -204,6 +204,7 @@
   list-style: none;
   padding: 15px 30px;
   float: right;
+  font-size: 1.6em;
 }
 .page-top .information {
   float: right;
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 0324ede..c9e8552 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -8,7 +8,7 @@
     </div>
     <div class="themeswitcher">
         <a class="theme-switch" title="Switch Theme">
-            <i class="fa fa-adjust fa-fw fa-2x" aria-hidden="true"></i>
+            <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
         </a>
     </div>
 </div>

--
Gitblit v1.10.0