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);