Tweak style for group invitations in dark mode

pull/659/head
Maxim Shishmarev 6 years ago
parent 927bccf341
commit 60eccd89ae

@ -272,6 +272,20 @@
}
}
}
}
.dark-theme {
.group-invitation {
background-color: #242424;
border-color: #303030;
box-shadow: 2px 2px #4f4f4f;
.title {
color: lightgrey;
}
}
}
.invitation-outgoing {

Loading…
Cancel
Save