Merge pull request #659 from msgmaxim/invitations

Tweak style for group invitations in dark mode
pull/671/head
Maxim Shishmarev 5 years ago committed by GitHub
commit aa35eb61fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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