Commit 14752d03 authored by Simon Knox's avatar Simon Knox

Dark text for lightly color labels in dark mode

parent 550065c4
......@@ -276,6 +276,10 @@ $well-inner-border: $gray-200;
color: $gray-900;
}
.gl-label-text-dark.gl-label-text-dark {
color: $gray-10;
}
// This applies to "gl-labels" from "gitlab-ui"
.gl-label.gl-label-scoped.gl-label-text-dark,
.gl-label.gl-label-scoped.gl-label-text-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