0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update the light announcement bar background color

This commit is contained in:
Sodbileg Gansukh 2023-04-19 17:14:50 +01:00 committed by Elena Baidakova
parent 5421ab5ab0
commit b1f60fd589

View file

@ -12,7 +12,7 @@
}
.gh-announcement-bar.light {
background-color: #fff;
background-color: #f0f0f0;
color: #15171a;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}