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

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