[dark] better contrast of links inside alerts

This commit is contained in:
Avris 2021-08-18 16:24:01 +02:00
parent da40d5f09a
commit 0509e2b4c1
1 changed files with 6 additions and 0 deletions

View File

@ -243,4 +243,10 @@ body[data-theme="dark"] {
}
}
}
.alert-primary, .alert-success, .alert-warning, .alert-danger {
a {
color: $primary;
}
}
}