From 656b0beb5c6ab91a19ca640ddf094b09306c19ec Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 14 Aug 2021 19:44:09 +0200
Subject: [PATCH] remove link underline in banner

---
 scss/_home.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scss/_home.scss b/scss/_home.scss
index 655e017..43045a3 100644
--- a/scss/_home.scss
+++ b/scss/_home.scss
@@ -2,4 +2,8 @@
   width: 391px;
   background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));
   padding: 5px;
+}
+
+#banner a {
+  text-decoration: none;
 }
\ No newline at end of file
-- 
GitLab