From 123c2c5e36beca81de93ad027a98219d8af84547 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:10:49 +0200 Subject: [PATCH] Update border color for focused input/select elements --- settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }