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,13 +261,17 @@
vertical-align: baseline;
}
a.autodevops-badge {
a {
color: $gl-text-color;
&.autodevops-badge {
color: $white-light;
}
a.autodevops-link {
&.autodevops-link {
color: $gl-link-color;
}
}
.commit-row-description {
font-size: 14px;

View File

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