Skip to content

Commit 14b22f7

Browse files
israelcefrinkaitlinnewson
authored andcommitted
#103 Elements must meet minimum color contrast ratio (#147)
* #103 Elements must meet minimum color contrast ratio * #103 Elements must meet minimum color contrast ratio - remove old class to use bootstrap class
1 parent 6fad47e commit 14b22f7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

resources/less/objects/issue_summary.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
line-height: 1.45;
2727
}
2828

29-
.archived-issue__date {
30-
color: darkgrey;
31-
}
32-
3329
a.issue-summary__link {
3430
color: #000;
3531
border-bottom: 0;

templates/frontend/objects/issue_summary.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
</div>
3737
{/if}
3838

39-
<p class="archived-issue__date"><small>{$issue->getDatePublished()|date_format:$dateFormatLong}</small></p>
39+
<p class="text-muted"><small>{$issue->getDatePublished()|date_format:$dateFormatLong}</small></p>

0 commit comments

Comments
 (0)