From ee6689d90e7bdba678e9fedb28ed20529c9cedbd Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 7 Jun 2024 13:50:42 +0200 Subject: [PATCH] Styling changes --- cmd/templates/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cmd/templates/css/style.css b/cmd/templates/css/style.css index 35265b3..0d4abe4 100644 --- a/cmd/templates/css/style.css +++ b/cmd/templates/css/style.css @@ -6,6 +6,15 @@ input { margin-bottom: 10px; } +input:focus { + outline: 2px solid #ff6e00; +} + +input::selection { + background: #ff6e00; + color: white; +} + #but { background-color: #eee; border: 2px black solid;