Fix centering on non-chat items in chat

closes #74
This commit is contained in:
joeyak 2019-04-11 19:55:43 -04:00
parent 0c9fa9f569
commit f8f6a133d5
1 changed files with 10 additions and 4 deletions

View File

@ -115,6 +115,16 @@ input[type=text] {
.notice {
color: #595959;
font-size: 75%;
}
.command {
color: #B1B1B1;
}
.notice,
.command,
.announcement {
display: block;
text-align: center;
}
@ -125,10 +135,6 @@ input[type=text] {
border-radius: 4px;
}
.command {
color: #B1B1B1;
}
.contrast {
color: var(--var-contrast-color);
}