Skip to content

Commit b831714

Browse files
committed
Make comments stand out less
1 parent 9552e0c commit b831714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Comment/Section.inc.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $c_delete_visible_admin = ($logged_in && ($logged_in->getOptionsBitmask() & User
1212
<? if (!$comments) { ?>
1313
<div class="border border-secondary rounded-pill p-2"><p class="text-center mb-0"><em>no one has commented yet.</em></p></div>
1414
<? } else { ?>
15-
<table class="table table-striped"><tbody>
15+
<table class="table table-striped text-white-50"><tbody>
1616
<? foreach ($comments as $c) {
1717
$c_created_dt = $c->getCreatedDateTime();
1818
$c_id = rawurlencode($c->getId());

0 commit comments

Comments
 (0)