Added dark mode design for mentions

refs https://github.com/TryGhost/Team/issues/2606
This commit is contained in:
Djordje Vlaisavljevic 2023-03-02 14:52:54 +00:00
parent 5e9fe95443
commit d3f93066d8

View File

@ -1505,4 +1505,21 @@ kbd {
.gh-mentions-explainer {
background: var(--whitegrey);
}
}
.gh-mention-your-link.has-multiple-links {
border-bottom: 1px dashed var(--midlightgrey);
}
.gh-mention-header .popover {
background-color: #1c1e21;
color: var(--darkgrey);
}
.gh-dashboard-mentions-container {
background: #1c1e21;
}
.gh-dashboard-mentions-header {
border-color: #2b2d31;
}