0
Fork 0
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:
Djordje Vlaisavljevic 2023-05-19 12:19:26 +01:00
parent 320c659a1e
commit 26086d7140

View file

@ -1529,3 +1529,8 @@ kbd {
.gh-dashboard-mention:hover {
background: var(--whitegrey-d1);
}
/* Feedback form */
.gh-editor-feedback-dropdown {
background: var(--whitegrey-l1);
}