From 5b29e2656ebe071b1cd2e31d8b1b46a321262699 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 27 Apr 2021 11:23:44 +0200 Subject: [PATCH] Improve dark theme style for text inputs --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 9eb334a..c51cde2 100644 --- a/style.css +++ b/style.css @@ -383,6 +383,15 @@ kbd { form input[type="url"] { color: #ffffff; background: #131618; + border: 1px solid #495057; + padding: .25rem .375rem; + } + form input[type="text"]:focus, + form input[type="username"]:focus, + form input[type="password"]:focus, + form input[type="url"]:focus { + outline: 0; + border-color: #3897ff; } a {