Commit 33f27a0f authored by Annabel Gray's avatar Annabel Gray

Merge branch '47479-add-ssh-key-message-is-hard-to-read' into 'master'

Resolve "Add SSH key message is hard to read"

Closes #47479 and gitlab-ee#6211

See merge request gitlab-org/gitlab-ce!19579
parents 1ef7f14a 8d6b4a9d
...@@ -262,9 +262,17 @@ pre code { ...@@ -262,9 +262,17 @@ pre code {
.alert-danger { .alert-danger {
background-color: $red-500; background-color: $red-500;
border-color: $red-500; border-color: $red-500;
}
.alert-warning,
.alert-danger,
.flash-notice {
border-radius: 0;
color: $white-light; color: $white-light;
h4 { h4,
a,
.alert-link {
color: $white-light; 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