Commit 75265ade authored by Clement Ho's avatar Clement Ho

Merge branch 'jivl-fix-alert-message-colors' into 'master'

Fix alert-danger class colors for text and background

Closes #46715

See merge request gitlab-org/gitlab-ce!19489
parents 70499df2 f104f9ed
......@@ -251,3 +251,13 @@ table {
pre code {
white-space: pre-wrap;
}
.alert-danger {
background-color: $red-500;
border-color: $red-500;
color: $white-light;
h4 {
color: $white-light;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment