We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9552e0c commit b831714Copy full SHA for b831714
src/templates/Comment/Section.inc.phtml
@@ -12,7 +12,7 @@ $c_delete_visible_admin = ($logged_in && ($logged_in->getOptionsBitmask() & User
12
<? if (!$comments) { ?>
13
<div class="border border-secondary rounded-pill p-2"><p class="text-center mb-0"><em>no one has commented yet.</em></p></div>
14
<? } else { ?>
15
- <table class="table table-striped"><tbody>
+ <table class="table table-striped text-white-50"><tbody>
16
<? foreach ($comments as $c) {
17
$c_created_dt = $c->getCreatedDateTime();
18
$c_id = rawurlencode($c->getId());
0 commit comments