fix alert text color in dark mode

This commit is contained in:
LouisLam
2021-09-21 17:24:46 +08:00
parent 469e8f6fd6
commit 61c737c53c
2 changed files with 42 additions and 33 deletions

View File

@@ -282,6 +282,16 @@ h2 {
}
}
}
.alert {
&.bg-info,
&.bg-warning,
&.bg-danger,
&.bg-light {
color: $dark-font-color2;
}
}
}
/*
@@ -396,8 +406,6 @@ h2 {
}
/*
&::after {
margin-left: 5px;
content: "🖊️";