Added dark mode support to staff invitation modal popover

closes https://github.com/TryGhost/Team/issues/2951
This commit is contained in:
Sodbileg Gansukh 2023-05-23 13:52:35 +08:00
parent 03cded7e9e
commit 282d385484

View File

@ -1539,3 +1539,9 @@ kbd {
.gh-update-banner {
background: var(--main-color-content-greybg);
}
/* Staff */
.gh-roles-container .popover {
background: var(--dark-main-bg-color);
box-shadow: 0 0 1px rgba(0,0,0,.65), 0 8px 28px rgba(0,0,0,.72);
}