# HG changeset patch # User HIROSE Yuuji # Date 1502859532 -32373 # Node ID 6af9e7371b313376c06413cbf6ff1e2466f4f43d # Parent 974156907ca73cae141c04d048db06104752e5a9 text-shadow is little bit noisy... diff -r 974156907ca7 -r 6af9e7371b31 examples/common/default/default.css --- a/examples/common/default/default.css Wed Aug 16 13:56:46 2017 +0859 +++ b/examples/common/default/default.css Wed Aug 16 13:58:25 2017 +0859 @@ -107,7 +107,7 @@ } td.repl h2, td.repl h3, td.repl h4 { display: inline; /* Because td.repl's white space is pre-wrap */ - text-shadow: blue 0px 1px; + /* text-shadow: blue 0px 1px; */ } td.repl h2:before {content: "■"; color: #a22;} td.repl h3:before {content: "◆"; color: #a22;}