From 530e56294e0498e9cc1652755fafa94866ee9862 Mon Sep 17 00:00:00 2001 From: Aljaz S Date: Tue, 23 Nov 2021 14:14:36 +0100 Subject: [PATCH] change input outline width to 1px --- src/template/style.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/style.ejs b/src/template/style.ejs index 41a750f..ceabfd7 100644 --- a/src/template/style.ejs +++ b/src/template/style.ejs @@ -62,7 +62,7 @@ input { input:focus, input:focus-visible { border-color: transparent; - outline: solid var(--c-accent); + outline: solid 1px var(--c-accent); } input[type=number] { -moz-appearance: textfield;