From: Mischa POSLAWSKY Date: Mon, 4 Dec 2023 01:22:10 +0000 (+0100) Subject: emoji: white image backgrounds in dark style X-Git-Tag: v1.20~18 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/3afdb629211b357a3760e14b92e9966b2d414a0d emoji: white image backgrounds in dark style --- diff --git a/emoji.plp b/emoji.plp index 63572c7..9595798 100644 --- a/emoji.plp +++ b/emoji.plp @@ -2,7 +2,7 @@ Html({ title => 'emoji cheat sheet', - version => '1.1', + version => '1.2', 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 '], - stylesheet => [qw'light'], data => ['emoji-gmail.inc.pl'], }); @@ -36,7 +35,7 @@ for my $system (qw'gmail msn yahoo') { next; } my ($name, $input, $flags, $char, $desc) = @{$row}; - say sprintf('%s%s%s%s', + say sprintf('%s%s%s%s', sprintf($meta->{ $flags =~ /\bext\b/ ? 'iconext' : 'icon' } // '%s', $name), EscapeHTML($name), EscapeHTML($input), diff --git a/style/_base.scss b/style/_base.scss index 9555a28..b68e08c 100644 --- a/style/_base.scss +++ b/style/_base.scss @@ -1,6 +1,6 @@ /* general */ -body { +body, .s-dark .s-light { background: #FFF; color: #000; font-size: 90%;