Challenge nav, style tweaks
This commit is contained in:
parent
e4bf1e733c
commit
1de0633833
2 changed files with 21 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue