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:
parent
f052b78a77
commit
50c68dc5ad
1 changed files with 5 additions and 0 deletions
|
@ -1534,3 +1534,8 @@ kbd {
|
|||
.gh-editor-feedback-dropdown {
|
||||
background: var(--whitegrey-l1);
|
||||
}
|
||||
|
||||
/* Update banner */
|
||||
.gh-update-banner {
|
||||
background: var(--main-color-content-greybg);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue