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;