diff examples/common/default/default.css @ 485:021e7943fd99

Emphasis pattern *word*, _word_ and strong pattern **word**, __word__
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Feb 2018 11:06:10 +0900
parents 66189fcd8c0c
children 075897fee2c0
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Feb 02 10:09:49 2018 +0900
+++ b/examples/common/default/default.css	Tue Feb 06 11:06:10 2018 +0900
@@ -110,6 +110,8 @@
     /* text-shadow: blue 0px 1px; */
 }
 td.repl hr {margin-bottom: -1em;}
+td.repl em {color: #a00; text-decoration: underline}
+td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
 td.repl h2:before {content: "■"; color: #a22;}
 td.repl h3:before {content: "◆"; color: #a22;}
 td.repl h4:before {content: "○";}

yatex.org