starting the plumbing for the extension

This commit is contained in:
Ryan Breen
2023-01-14 15:03:52 -05:00
parent f5f800ee72
commit e1b3e919b1
4 changed files with 91 additions and 35 deletions

View File

@@ -9,7 +9,16 @@ body {
font-family: system-ui;
}
#priv-key {
label {
display: inline-block;
width: 100px;
}
input {
width: 32em;
}
#priv-key, #pub-key {
font-family: monospace;
}