mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added dark mode design for mentions
refs https://github.com/TryGhost/Team/issues/2606
This commit is contained in:
parent
5e9fe95443
commit
d3f93066d8
@ -1505,4 +1505,21 @@ kbd {
|
||||
|
||||
.gh-mentions-explainer {
|
||||
background: var(--whitegrey);
|
||||
}
|
||||
}
|
||||
|
||||
.gh-mention-your-link.has-multiple-links {
|
||||
border-bottom: 1px dashed var(--midlightgrey);
|
||||
}
|
||||
|
||||
.gh-mention-header .popover {
|
||||
background-color: #1c1e21;
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.gh-dashboard-mentions-container {
|
||||
background: #1c1e21;
|
||||
}
|
||||
|
||||
.gh-dashboard-mentions-header {
|
||||
border-color: #2b2d31;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user