From 1226f94934bf9196d9e984dd8b78fd18fba47cd1 Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 9 Apr 2025 16:05:23 -0500 Subject: [PATCH] remove border animation on navbar to prevent freakout --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index e7b1b46..b004481 100644 --- a/style.css +++ b/style.css @@ -70,7 +70,6 @@ transition: unset !important; animation: unset !important; background-color: color-mix(in srgb, var(--accent) 30%, transparent) !important; - border-bottom: .2rem solid var(--accent) !important; } } /* disable custom alt text popup */ @@ -268,7 +267,7 @@ footer { border-bottom: .2rem solid var(--accent); color: var(--foreground); - transition: .2s background-color, .1s border-bottom; + transition: .2s background-color; .nav-base { padding: 0px .2em !important; @@ -388,9 +387,8 @@ footer { } .navbar:hover { - transition: .2s background-color, .1s border-bottom; + transition: .2s background-color; background-color: var(--accent); - border-bottom: .1rem solid var(--accent); .nav-accessibility { border-left: .2rem solid var(--background);