Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/content.css')
-rw-r--r--static/css/content.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/content.css b/static/css/content.css
index 91a0870..b5b26ed 100644
--- a/static/css/content.css
+++ b/static/css/content.css
@@ -101,6 +101,14 @@
padding: 0;
}
+.content strong.chinese {
+ font-weight: normal;
+ text-emphasis-style: dot;
+ text-emphasis-position: under;
+ -webkit-text-emphasis-style: dot;
+ -webkit-text-emphasis-position: under;
+}
+
.content table {
display: block;
overflow-x: auto;