Smaller ui changes

This commit is contained in:
Magnus Åhall 2024-03-30 22:24:20 +01:00
parent 83e1ce5ffe
commit 566cff5e94
2 changed files with 15 additions and 6 deletions

View File

@ -29,12 +29,16 @@ body {
height: 100%; height: 100%;
} }
h1 { h1 {
font-size: 1.5em;
color: #518048;
}
h2 {
font-size: 1.25em; font-size: 1.25em;
color: #518048; color: #518048;
border-bottom: 1px solid #ccc;
}
h2 {
font-size: 1em;
color: #518048;
}
h3 {
font-size: 1em;
} }
button { button {
font-size: 1em; font-size: 1em;

View File

@ -27,15 +27,20 @@ html, body {
} }
h1 { h1 {
font-size: 1.5em; font-size: 1.25em;
color: @header_1; color: @header_1;
border-bottom: 1px solid #ccc;
} }
h2 { h2 {
font-size: 1.25em; font-size: 1.0em;
color: @header_1; color: @header_1;
} }
h3 {
font-size: 1.0em;
}
button { button {
font-size: 1em; font-size: 1em;
padding: 6px; padding: 6px;