Improve dark theme

This commit is contained in:
Pierre HUBERT 2019-01-26 11:42:46 +01:00
parent fe2a6c2dfe
commit a46a7154ea

View File

@ -571,4 +571,11 @@ img[src$="groups_logo/default.png"] {
*/
.page_account_created .message_container .message {
background-color: var(--black5);
}
/**
* Call window
*/
.call-window {
border: 1px var(--black4) solid;
}