Fix text decoration on status message link

This commit is contained in:
benber86 2021-05-21 15:42:19 +10:00
parent 30a6ee5485
commit e4e5c428a6
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@
margin-bottom: $block-spacing;
}
.a {
a {
color: $primary-invert;
&:hover {
text-decoration: underline;
}
}
.input {