From a98ffca38f12603c1bf40f4544e92fa17af2740d Mon Sep 17 00:00:00 2001 From: a Date: Mon, 4 Jul 2022 03:36:30 -0500 Subject: [PATCH] tweak external arrow --- assets/scss/content/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/scss/content/index.scss b/assets/scss/content/index.scss index 4bb8bfc..b342c17 100644 --- a/assets/scss/content/index.scss +++ b/assets/scss/content/index.scss @@ -81,10 +81,9 @@ color: white; position: relative; &:after { - content: '↗'; + content: '→'; position: absolute; right: -1em; - top: -1em; color: white; } }