From: ManeraKai <manerakai@protonmail.com>
---
templates/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
index 4879b4b..4dfdfea 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -77,7 +77,8 @@
select:focus,
textarea:focus,
button:focus {
- outline: 2px solid #478061;
+ border-color: #478061;
+ outline: 1px solid #478061;
}
--
2.25.1