mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Added dark mode design for feedback forms
refs https://github.com/TryGhost/Team/issues/3250
This commit is contained in:
parent
320c659a1e
commit
26086d7140
1 changed files with 5 additions and 0 deletions
|
@ -1529,3 +1529,8 @@ kbd {
|
|||
.gh-dashboard-mention:hover {
|
||||
background: var(--whitegrey-d1);
|
||||
}
|
||||
|
||||
/* Feedback form */
|
||||
.gh-editor-feedback-dropdown {
|
||||
background: var(--whitegrey-l1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue