From b2e2c9e87880e01180ae22d61b3af00b49d92d54 Mon Sep 17 00:00:00 2001 From: sotrali Date: Mon, 19 Jan 2026 23:18:28 -0500 Subject: [PATCH] transition on service down arrow. highlight service in nav when active --- services.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services.html b/services.html index cf33c99..0af358f 100644 --- a/services.html +++ b/services.html @@ -64,6 +64,7 @@ width: 30px; border-left: solid 3px var(--gold); border-bottom: solid 3px var(--gold); + transition: .25s ease; } #downArrow:hover { /** border-left: solid 3px var(--gold); @@ -265,7 +266,7 @@