design: no more ugly outlined style for input

This commit is contained in:
Julien Calixte
2024-12-29 01:30:34 +01:00
parent 7b19e71145
commit c972b76ecf

View File

@@ -84,6 +84,10 @@ a {
font-size: 1em;
}
.input:focus {
outline-style: none;
}
@media print {
html,