mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed notification background in dark mode
This commit is contained in:
parent
f8b2d739ce
commit
5899d21e03
1 changed files with 4 additions and 0 deletions
|
@ -871,3 +871,7 @@ input:focus,
|
|||
.gh-dashboard-box {
|
||||
border-color: var(--lightgrey);
|
||||
}
|
||||
|
||||
.gh-notification {
|
||||
background: var(--lightgrey);
|
||||
}
|
Loading…
Add table
Reference in a new issue