Change the text-danger color to increase the contrast

The issue only affects one theme: High Contrast Dark

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2023-11-19 18:04:39 -03:00
parent caef160c55
commit 3b5cfd7d6e

View File

@@ -483,6 +483,11 @@ kbd {
color: #808890;
}
/* Used in error403 */
.text-danger {
color: #f54;
}
.warning-count {
color: #000;
background: #f94;