ChatServer/pages/css/style.css

7 lines
107 B
CSS

body {
background-color: #8888;
}
.loginbox, .userbox, .errormsg, .successmsg {
display: none;
}