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

Fixed banner text color in dark mode (#21427)

ref DES-908
This commit is contained in:
Sodbileg Gansukh 2024-10-28 18:36:38 +08:00 committed by Steve Larson
parent e9c88203da
commit 2b2981205e

View file

@ -314,19 +314,19 @@
.gh-alert-black {
border-bottom: 1px solid var(--black);
background: var(--black);
color: #fff;
color: var(--white);
}
.gh-alert-black a {
color: #fff;
color: var(--white);
}
.gh-alert-black svg {
fill: #fff;
fill: var(--white);
}
.gh-alert-black .gh-alert-close:hover {
color: #fff;
color: var(--white);
}
.gh-alert-black .gh-alert-close svg:hover {
fill: #fff;
fill: var(--white);
}
/* Yellow alert