Change link color of guestbook's warning banner

This commit is contained in:
Helen Chong 2024-06-02 09:00:14 +08:00
parent 89d8159250
commit 39f020c935
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
background-color: #9e0f00;
}
.inline-banner.warning a {
color: var(--clr-body-txt);
}
.form-footer,
.comment-footer {
display: flex;