Change error messsage color on login

This commit is contained in:
Pòsweg 2020-05-31 05:36:45 +02:00
parent ef2186d47f
commit 06368a3fe9
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
display: block;
}
}
.errmsg{
color: salmon;
}