Challenge nav, style tweaks

This commit is contained in:
Elnu 2023-06-20 10:44:37 -07:00
parent e4bf1e733c
commit 1de0633833
2 changed files with 21 additions and 9 deletions

View file

@ -22,13 +22,27 @@ body {
font-size: 1.25em;
}
#content, dialog {
background: var(--bg);
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%;
background: var(--bg);
border-radius: 4px;
overflow: hidden;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.125);
& > div {
padding: 1em;
}