Color for errors

This commit is contained in:
edsea
2024-12-29 23:16:39 +01:00
parent 36f7cfe19b
commit f44176a8c2
3 changed files with 9 additions and 1 deletions

View File

@@ -1117,6 +1117,10 @@ footer .footer-inner .footer-col.img {
display: block;
}
.errors {
color: red;
}
@keyframes rotate {
0% {
transform: rotate(0deg);

File diff suppressed because one or more lines are too long

View File

@@ -647,6 +647,10 @@ footer{
}
}
.errors{
color:red;
}
@keyframes rotate {
0% {
transform: rotate(0deg);