Commit e9825a60 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Update class name to not use bootstrap's text-light class

parent 342dfe12
...@@ -112,7 +112,7 @@ $space-between-cards: 8px; ...@@ -112,7 +112,7 @@ $space-between-cards: 8px;
margin: 0 0 2px; margin: 0 0 2px;
} }
.text-light { .light-text {
font-size: 13px; font-size: 13px;
line-height: 1.25; line-height: 1.25;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.convdev-card-title .convdev-card-title
%h3 %h3
= card.title = card.title
.text-light .light-text
= card.description = card.description
.board-card-scores .board-card-scores
.board-card-score .board-card-score
......
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