0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed background color of the update banner in dark mode

refs https://github.com/TryGhost/Ghost/issues/16819
This commit is contained in:
Sodbileg Gansukh 2023-05-22 14:13:59 +08:00
parent f052b78a77
commit 50c68dc5ad

View file

@ -1534,3 +1534,8 @@ kbd {
.gh-editor-feedback-dropdown {
background: var(--whitegrey-l1);
}
/* Update banner */
.gh-update-banner {
background: var(--main-color-content-greybg);
}