sc: move colour declarations to page stylesheet
[sheet.git] / emoji.plp
index 63572c727c2a97dad467d5d0b528a4d41ac09273..9595798f60ca4243ca02c19936a8f1f900d48281 100644 (file)
--- a/emoji.plp
+++ b/emoji.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'emoji cheat sheet',
 
 Html({
        title => 'emoji cheat sheet',
-       version => '1.1',
+       version => '1.2',
        description => [
                "Emoticons overview and Unicode equivalents"
                . " of MSN, Y!M, and Gmail icons.",
        description => [
                "Emoticons overview and Unicode equivalents"
                . " of MSN, Y!M, and Gmail icons.",
@@ -11,7 +11,6 @@ Html({
                sheet cheat emoticon smiley emoji unicode
                chat im messenger msn yahoo ym gmail google
        '],
                sheet cheat emoticon smiley emoji unicode
                chat im messenger msn yahoo ym gmail google
        '],
-       stylesheet => [qw'light'],
        data => ['emoji-gmail.inc.pl'],
 });
 
        data => ['emoji-gmail.inc.pl'],
 });
 
@@ -36,7 +35,7 @@ for my $system (qw'gmail msn yahoo') {
                        next;
                }
                my ($name, $input, $flags, $char, $desc) = @{$row};
                        next;
                }
                my ($name, $input, $flags, $char, $desc) = @{$row};
-               say sprintf('<tr><th><img src="%s" alt="%s"><td><kbd>%s</kbd><td>%s%s',
+               say sprintf('<tr><th class="s-light"><img src="%s" alt="%s"><td><kbd>%s</kbd><td>%s%s',
                        sprintf($meta->{ $flags =~ /\bext\b/ ? 'iconext' : 'icon' } // '%s', $name),
                        EscapeHTML($name),
                        EscapeHTML($input),
                        sprintf($meta->{ $flags =~ /\bext\b/ ? 'iconext' : 'icon' } // '%s', $name),
                        EscapeHTML($name),
                        EscapeHTML($input),