Style improvements

This commit is contained in:
Trevor Vallender 2024-06-17 15:11:14 +01:00
parent e672ffe153
commit 184da4a392
2 changed files with 4 additions and 6 deletions

View File

@ -70,6 +70,9 @@
padding: .5em;
}
input, .stat-value {
padding: .5em;
color: var(--text-color);
background-color: var(--input-background);
text-align: center;
font-size: 3em;
width: 2.5em;

View File

@ -3,7 +3,7 @@ form, fieldset {
gap: 1rem;
grid-template-columns: 1fr 2fr;
input, label, .stat-value {
input, label {
padding: .5em;
}
@ -44,9 +44,4 @@ form, fieldset {
form.stat-form, form.counter-form {
display: flex;
flex-direction: column;
.stat-value {
color: var(--text-color);
background-color: var(--input-background);
}
}