summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/VNWeb/Chars/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNWeb/Chars/Page.pm b/lib/VNWeb/Chars/Page.pm
index fe2edd03..b8d5ad4a 100644
--- a/lib/VNWeb/Chars/Page.pm
+++ b/lib/VNWeb/Chars/Page.pm
@@ -158,7 +158,7 @@ sub chartable_ {
my @visvns = grep $_->{spoil} <= $view->{spoilers}, $c->{vns}->@*;
tr_ sub {
- td_ $vn ? 'Releases' : 'Visual novels';
+ td_ class => 'key', $vn ? 'Releases' : 'Visual novels';
td_ sub {
my @vns;
for(@visvns) {
@@ -191,7 +191,7 @@ sub chartable_ {
} if @visvns && (!$vn || $vn && (@visvns > 1 || $visvns[0]{rid}));
tr_ sub {
- td_ 'Voiced by';
+ td_ class => 'key', 'Voiced by';
td_ sub {
join_ \&br_, sub {
a_ href => "/s$_->{id}", title => $_->{original}||$_->{name}, $_->{name};