From 07eadd5d9e734d5dbaf4d67b15146a4bf3e4ce4a Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 22 May 2024 23:26:08 +0100 Subject: [PATCH] Changed underline direction for center links --- styles/global.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index ccc3458..30f22d1 100644 --- a/styles/global.css +++ b/styles/global.css @@ -62,12 +62,15 @@ header p { display: block; border-bottom: solid 3px #f05; position: absolute; - right: 0; width: 0; height: 36px; transition: width 0.3s ease; } +#links a:after { + right: 0; +} + #links a:hover:after, #nav a:hover:after { width: 100%; }