Commit 58296366 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'update-mr-badge-count-color' into 'master'

Lighten header nav badge colors

See merge request gitlab-org/gitlab!42002
parents a1fff20d 5621cd05
......@@ -458,15 +458,15 @@
box-shadow: 0 1px 0 rgba($gl-header-color, 0.2);
&.green-badge {
background-color: $green-500;
background-color: $green-400;
}
&.merge-requests-count {
background-color: $orange-500;
background-color: $orange-400;
}
&.todos-count {
background-color: $blue-500;
background-color: $blue-400;
}
}
......
---
title: Lighten header counter badge colors to be more vibrant
merge_request: 42002
author:
type: other
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