From f866edd1cfc3e0f68cd0ad314b09b3d0ae1a6ce0 Mon Sep 17 00:00:00 2001 From: Yannik Sander Date: Thu, 26 Aug 2021 09:39:38 +0200 Subject: [PATCH] Fix extra arrow outside the flake context (#347) --- src/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.less b/src/index.less index e6c3c2f..34aeaa9 100644 --- a/src/index.less +++ b/src/index.less @@ -183,7 +183,7 @@ header .navbar.navbar-static-top { & > li { display: inline-block; - &:nth-child(1):after { + &:first-child:not(:last-child):after { content: "→"; margin: 0 0.2em; }