0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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

@ -1478,3 +1478,12 @@ kbd {
background: var(--green) !important; background: var(--green) !important;
color: #fff; color: #fff;
} }
/* Mentions */
.gh-mention-container {
background-color: var(--whitegrey);
}
.gh-mention-your-post-link {
color: var(--black);
}