ui changes

This commit is contained in:
biglyderv 2025-04-02 22:55:51 -04:00
parent 747389c697
commit 16290ebdb7
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
5 changed files with 34 additions and 19 deletions

View file

@ -1,7 +1,12 @@
:root,
input,
button {
font-family: monospace;
}
body {
margin: 0;
padding-bottom: 3rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#form {
@ -12,7 +17,8 @@ body {
left: 0;
right: 0;
display: flex;
height: 3rem;
flex-wrap: wrap;
min-height: 3rem;
box-sizing: border-box;
backdrop-filter: blur(10px);
}
@ -36,7 +42,11 @@ body {
margin: 0.25rem;
border-radius: 3px;
outline: none;
}
button, button a {
color: #fff;
text-decoration: none;
}
#messages {