Deploying to gh-pages from @ 534e6a8560 🚀

This commit is contained in:
sivan 2022-01-23 14:59:43 +00:00
parent eda8bb2c67
commit 3cd80f4632

View file

@ -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 {