From cbdd06e51ae397f66c1db57214fc2a8ad6871c4e Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sat, 17 Mar 2018 22:34:32 +0100
Subject: [PATCH] Improved navigation

---
 assets/sass/style.sass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index 636f720..ae9fecc 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -28,15 +28,13 @@ nav ul
       font-weight: 700
     &.spacer
       flex-grow: 1
-    &.me,&.me > *
-      color: #FFC107
     &:not(.spacer)
       margin: 0 8px
       &:first-child
         margin-left: 0
       &:last-child
         margin-right: 0
-      &:not(.title):not(.me) a
+      &:not(.title) a
         display: block
         background: #FFC107
         padding: 4px 16px
-- 
GitLab