mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
e9c88203da
commit
2b2981205e
1 changed files with 5 additions and 5 deletions
|
@ -314,19 +314,19 @@
|
||||||
.gh-alert-black {
|
.gh-alert-black {
|
||||||
border-bottom: 1px solid var(--black);
|
border-bottom: 1px solid var(--black);
|
||||||
background: var(--black);
|
background: var(--black);
|
||||||
color: #fff;
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.gh-alert-black a {
|
.gh-alert-black a {
|
||||||
color: #fff;
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.gh-alert-black svg {
|
.gh-alert-black svg {
|
||||||
fill: #fff;
|
fill: var(--white);
|
||||||
}
|
}
|
||||||
.gh-alert-black .gh-alert-close:hover {
|
.gh-alert-black .gh-alert-close:hover {
|
||||||
color: #fff;
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.gh-alert-black .gh-alert-close svg:hover {
|
.gh-alert-black .gh-alert-close svg:hover {
|
||||||
fill: #fff;
|
fill: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Yellow alert
|
/* Yellow alert
|
||||||
|
|
Loading…
Add table
Reference in a new issue