Merge branch 'issue_14011' into 'master'

Set color text to blue for links inside gray areas

Closes #14011 

![](/uploads/4bce32cf7be4414f947a97cf266f7b0d/Screen_Shot_2016-03-09_at_6.53.12_PM.png)

See merge request !3147
This commit is contained in:
Jacob Schatz 2016-03-10 17:08:52 +00:00
commit 26541240dc
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
border-bottom: 1px solid $border-color;
color: $gl-gray;
a {
color: $md-link-color;
}
&.oneline-block {
line-height: 42px;
}