diff --git a/DeepDrftManager/Components/App.razor b/DeepDrftManager/Components/App.razor
index 3db6cf3..5e7d8c3 100644
--- a/DeepDrftManager/Components/App.razor
+++ b/DeepDrftManager/Components/App.razor
@@ -9,6 +9,7 @@
+
diff --git a/DeepDrftManager/wwwroot/app.css b/DeepDrftManager/wwwroot/app.css
new file mode 100644
index 0000000..c52b9dd
--- /dev/null
+++ b/DeepDrftManager/wwwroot/app.css
@@ -0,0 +1,2 @@
+/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
+h1:focus-visible { outline: none; }
diff --git a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css
index e93e4a8..f980e5d 100644
--- a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css
+++ b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css
@@ -77,6 +77,9 @@ h1, .deepdrft-text-hero {
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
+/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
+h1:focus-visible { outline: none; }
+
/* Headers */
h2, h3, h4, h5, h6,
.deepdrft-text-subtitle {