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:
parent
03593805d5
commit
c630fae60e
1 changed files with 9 additions and 0 deletions
|
@ -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);
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue