diff --git a/styles/sass/style.scss b/styles/sass/style.scss index 0048a83..2705cc8 100644 --- a/styles/sass/style.scss +++ b/styles/sass/style.scss @@ -22,13 +22,27 @@ body { font-size: 1.25em; } -#content { - width: 100%; +#content, dialog { background: var(--bg); - border-radius: 4px; - overflow: hidden; box-shadow: 0 0 16px rgba(0, 0, 0, 0.125); + border: none; + border-radius: 4px; +} +input[type=number] { + background: var(--bg); + color: var(--fg); + border: none; + outline: none; + font: inherit; + text-align: center; + width: 4em; + appearance: textfield; +} + +#content { + width: 100%; + overflow: hidden; & > div { padding: 1em; } diff --git a/templates/index.html.tera b/templates/index.html.tera index f0eb8c5..46ffbb2 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -11,9 +11,9 @@ {% include "modal" %}