From c972b76ecf05ae14adc2f595da3cafcb896dcd73 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 29 Dec 2024 01:30:34 +0100 Subject: [PATCH] design: no more ugly outlined style for input --- src/styles/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index b808915..1c2e289 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -84,6 +84,10 @@ a { font-size: 1em; } +.input:focus { + outline-style: none; +} + @media print { html, @@ -113,4 +117,4 @@ pre { iframe { border-radius: 1rem; height: 400px; -} +} \ No newline at end of file