From 14cee9269d18d96a628b622dca3d837bc9465cb3 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2024 14:49:56 +0100 Subject: [PATCH] fix: Fix rendering of active aside link --- public/static/stylesheets/_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/stylesheets/_layout.css b/public/static/stylesheets/_layout.css index 8309a97..b811a8b 100644 --- a/public/static/stylesheets/_layout.css +++ b/public/static/stylesheets/_layout.css @@ -99,7 +99,7 @@ body { } .aside--layout .aside__link--active::after { - content: '➜'; + content: '👉'; float: right; }