remove border animation on navbar to prevent freakout
Some checks failed
/ build (push) Failing after 29s

This commit is contained in:
Ruben 2025-04-09 16:05:23 -05:00
commit 1226f94934
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

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