global color and better message style

This commit is contained in:
grimhilt
2023-04-05 18:17:09 +02:00
parent 6d9d67905c
commit b14a0ca586
13 changed files with 54 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ export default {
}
.badge-primary {
color: #fff;
color: var(--primary-text);
background-color: #007bff;
}