error message for invalid songs

This commit is contained in:
2021-12-09 20:14:50 +01:00
parent 2412c9f741
commit 02c1a635b6
2 changed files with 8 additions and 1 deletions

View File

@@ -68,4 +68,8 @@
transition: 1000ms all ease-in-out;
}
.error {
color: red;
font-size: 1.2em;
font-weight: bold;
}