Chat-Input höher

This commit is contained in:
Luke
2021-04-25 19:41:21 +00:00
parent 72e2b6be6b
commit 3c56cf19d9
3 changed files with 5 additions and 7 deletions

View File

@@ -7,9 +7,7 @@ html { box-sizing: border-box; }
margin: 0
}
#chat, a, body, html {
color: #fff
}
#chat, a, body, html { color: white; }
body, html {
-webkit-font-smoothing: antialiased;
@@ -81,7 +79,7 @@ a { text-decoration: none; }
color: white;
background: rgba(0, 0, 0, .5);
padding: .5em .75em .65em;
padding: .25em .5em .5em .5em;
}
}