ui changes
This commit is contained in:
parent
747389c697
commit
16290ebdb7
5 changed files with 34 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue