Fixed dark mode colors

refs https://github.com/TryGhost/Team/issues/2434
This commit is contained in:
Djordje Vlaisavljevic 2023-01-25 13:01:39 +00:00
parent 03593805d5
commit c630fae60e

View File

@ -1477,4 +1477,13 @@ kbd {
.gh-portal-settings-actions .gh-btn-primary:hover {
background: var(--green) !important;
color: #fff;
}
/* Mentions */
.gh-mention-container {
background-color: var(--whitegrey);
}
.gh-mention-your-post-link {
color: var(--black);
}