diff --git a/style.css b/style.css index ce8042a9115ebe33f136eda873c288c1baa2f823..33bf5a91a1b3ee4ca166d2ec5ea8a704577b0100 100644 --- a/style.css +++ b/style.css @@ -217,15 +217,14 @@ details[open] > #details { } input[type=checkbox]:focus { - outline: 1.2px solid white; + /* reduce default offset as it seems a very big gap */ outline-offset: 1px; } button, input, select { - border: 2px solid; + border: 2px solid white; -webkit-border-radius: 5px; border-radius: 5px; - border-color: white; } input[type="file"] {