summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index b715819e30a..b14033720b5 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -560,6 +560,6 @@ pre.light-well {
}
.cannot-be-merged, .cannot-be-merged:hover {
- color: $error-exclamation-point;
+ color: #E62958;
margin-top: 2px;
-} \ No newline at end of file
+}