2022-06-17 10:48:15 +10:00
|
|
|
@import-normalize; /* bring in normalize.css styles */
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
2022-12-09 16:25:19 +05:30
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
|
|
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
2022-06-17 10:48:15 +10:00
|
|
|
sans-serif;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
2022-12-09 16:25:19 +05:30
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
2022-06-17 10:48:15 +10:00
|
|
|
monospace;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.room-row {
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.room-row:after {
|
|
|
|
|
clear: both;
|
|
|
|
|
content: "";
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-09 16:25:19 +05:30
|
|
|
.chat-room {
|
2022-06-17 10:48:15 +10:00
|
|
|
margin: 2px;
|
|
|
|
|
}
|