Files
quickasana/options.css

18 lines
153 B
CSS
Raw Normal View History

2022-10-20 18:19:21 -07:00
body {
margin: 10px;
font-family: monospace;
}
ul {
margin-top: 0;
}
input {
font-family: monospace;
width: 53ch;
}
div {
margin-bottom: 5px;
}