design: no more ugly outlined style for input
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user