Fixed last commit author link is blue regression

This commit is contained in:
Constance Okoghenun 2018-07-02 17:25:52 +00:00 committed by Annabel Gray
parent ed4675c66c
commit 0f90249c05
2 changed files with 14 additions and 5 deletions

View File

@ -261,12 +261,16 @@
vertical-align: baseline;
}
a.autodevops-badge {
color: $white-light;
}
a {
color: $gl-text-color;
a.autodevops-link {
color: $gl-link-color;
&.autodevops-badge {
color: $white-light;
}
&.autodevops-link {
color: $gl-link-color;
}
}
.commit-row-description {

View File

@ -0,0 +1,5 @@
---
title: Updated last commit link color
merge_request: 20234
author: Constance Okoghenun
type: fixed