diff --git a/settings.html b/settings.html
index 3971388..b3a55d5 100644
--- a/settings.html
+++ b/settings.html
@@ -86,7 +86,7 @@
}
.row > input:focus,
.row > select:focus {
- border-color: val(--accent);
+ border-color: #38bdf8;
box-shadow: 0 0 0 2px rgba(56,189,248,0.3);
outline: none;
}