mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed dark mode colors
refs https://github.com/TryGhost/Team/issues/2434
This commit is contained in:
parent
03593805d5
commit
c630fae60e
@ -1477,4 +1477,13 @@ kbd {
|
|||||||
.gh-portal-settings-actions .gh-btn-primary:hover {
|
.gh-portal-settings-actions .gh-btn-primary:hover {
|
||||||
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…
Reference in New Issue
Block a user