mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-13 13:37:25 +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;
|
||
|
}
|