Working options page

This commit is contained in:
Ian Gulliver
2022-10-20 18:19:21 -07:00
parent 0e0219bbcb
commit 825ad721f1
4 changed files with 168 additions and 3 deletions

17
options.css Normal file
View File

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