Link to dev version

This commit is contained in:
Misode
2020-07-20 04:40:59 +02:00
parent 52d11253ed
commit 046c45a2ca
2 changed files with 19 additions and 1 deletions

View File

@@ -237,6 +237,11 @@ body[data-style="dark"] .alert-danger svg {
fill: #dfc4c7;
}
body[data-style="dark"] .card-group ~ div svg {
fill: #fff;
}
.alert-danger svg {
fill: #6d2126;
margin-right: 5px;