mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-25 12:35:01 +01:00
22 lines
353 B
CSS
22 lines
353 B
CSS
@import url('layout.css');
|
|
@import url('left-panel.css');
|
|
@import url('room.css');
|
|
@import url('timeline.css');
|
|
@import url('avatar.css');
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
.SyncStatusBar {
|
|
background-color: #555;
|
|
display: none;
|
|
}
|
|
|
|
.SyncStatusBar_shown {
|
|
display: unset;
|
|
}
|