0
Fork 0
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:
Peter Zimon 2021-03-08 13:28:28 +01:00
parent f8b2d739ce
commit 5899d21e03

View file

@ -871,3 +871,7 @@ input:focus,
.gh-dashboard-box {
border-color: var(--lightgrey);
}
.gh-notification {
background: var(--lightgrey);
}