Change link color of guestbook's warning banner
This commit is contained in:
parent
89d8159250
commit
39f020c935
|
@ -59,6 +59,10 @@
|
||||||
background-color: #9e0f00;
|
background-color: #9e0f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-banner.warning a {
|
||||||
|
color: var(--clr-body-txt);
|
||||||
|
}
|
||||||
|
|
||||||
.form-footer,
|
.form-footer,
|
||||||
.comment-footer {
|
.comment-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue