This commit is contained in:
MeowcaTheoRange 2023-12-21 13:07:04 -06:00
parent dbf3a78906
commit 290f45c364
2 changed files with 5 additions and 1 deletions

View file

@ -93,7 +93,7 @@ generator.innerHTML = `<h2>Generator</h2>
type="number"
style="width: 8ch"
value="1"
min="0"
min="1"
/>
</label><br />
<label for="g_border-style">Style:

View file

@ -289,6 +289,10 @@ fieldset {
color: var(--color);
}
legend {
padding-inline: var(--border-width);
}
summary {
font-size: 1em;
line-height: 1.5em;