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
|
@ -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);
|
||||
}
|
Loading…
Add table
Reference in a new issue