31 lines
577 B
CSS
Raw Normal View History

2021-04-27 14:39:34 +10:00
@import-normalize; /* bring in normalize.css styles */
2021-04-14 14:44:12 +10:00
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
2021-04-14 15:13:55 +10:00
2021-04-16 11:32:00 +10:00
.room-row {
2021-04-14 15:13:55 +10:00
text-align: left;
margin-left: 20px;
}
2021-04-16 11:32:00 +10:00
.room-row:after {
2021-04-14 15:13:55 +10:00
clear: both;
content: "";
display: table;
}
2021-04-19 14:54:39 +10:00
.chat-room{
margin: 2px;
}