From 9cf82cc1a10f30146a85cf8aae8fb648831cd651 Mon Sep 17 00:00:00 2001 From: j264415 <128609898+j264415@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:28:59 +0000 Subject: [PATCH] Added tab focus to top banner and navigation to About/Support Modal (#1733) --- src/web/html/index.html | 12 ++--- src/web/stylesheets/layout/_banner.css | 30 +++++++++++ src/web/stylesheets/layout/_modals.css | 5 ++ src/web/waiters/ControlsWaiter.mjs | 70 ++++++++++++++++++++++++++ 4 files changed, 111 insertions(+), 6 deletions(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 38bf7ccc..2d4de4bd 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -145,7 +145,7 @@ -
+
@@ -584,22 +584,22 @@