From 3cd80f46329dc0b9ecc4f881f252fb8128d83e63 Mon Sep 17 00:00:00 2001 From: sivan Date: Sun, 23 Jan 2022 14:59:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20534e6?= =?UTF-8?q?a8560d425149f0fe55ce888f8a09fee9a73=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heti.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/heti.css b/heti.css index d9c95be..7f17d77 100644 --- a/heti.css +++ b/heti.css @@ -769,11 +769,14 @@ .heti--annotation em { -webkit-text-emphasis: filled circle; -webkit-text-emphasis-position: under; + text-emphasis: filled circle; + text-emphasis-position: under right; font-weight: 400; } .heti--annotation em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti--annotation em:not(:lang(zh)) { -webkit-text-emphasis: none; + text-emphasis: none; } .heti--annotation .heti-meta { @@ -883,10 +886,13 @@ .heti .heti-em { -webkit-text-emphasis: filled circle; -webkit-text-emphasis-position: under; + text-emphasis: filled circle; + text-emphasis-position: under right; } .heti .heti-em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti .heti-em:not(:lang(zh)) { -webkit-text-emphasis: none; + text-emphasis: none; } .heti .heti-ruby--inline {