Update styles.css

This commit is contained in:
Kainoa Kanter 2022-02-28 14:37:41 -08:00 committed by GitHub
parent a5a60d248d
commit 536bbb9542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ body {
}
body {
background-color: #002b36;
background-color: #191724;
margin: 0;
}
@ -111,7 +111,7 @@ textarea {
}
#messages li {
background-color: rgba(37, 86, 98, 0.8);
background-color: rgba(31, 29, 46, 0.8);
font-family: monospace;
color: white;
padding: 7px;