Change status message and link color

This commit is contained in:
benber86 2021-05-21 15:15:23 +10:00
parent 1154334d1f
commit 480dad8c9d
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@
margin-bottom: $block-spacing;
}
.a {
color: $primary-invert;
}
.status-message {
color: $primary;
color: $primary-invert;
text-align: center;
&.is-danger {