Files
quickasana/options.css
2022-10-20 18:19:21 -07:00

18 lines
153 B
CSS

body {
margin: 10px;
font-family: monospace;
}
ul {
margin-top: 0;
}
input {
font-family: monospace;
width: 53ch;
}
div {
margin-bottom: 5px;
}