You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
287 B
CSS

body {
font-family: sans-serif;
}
.container {
max-width: 960px;
margin: 0 auto;
}
.room {
margin: 1em 0;
}
.room .name, .room .alias, .room .userCount {
display: inline-block;
margin-right: 1em;
}
.room .name {
font-weight: bold;
}
.room .alias {
color: rgb(58, 58, 58);
}