s4

changeset 459:6af9e7371b31

text-shadow is little bit noisy...
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 Aug 2017 13:58:25 +0859
parents 974156907ca7
children eb94fa65ba83
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Wed Aug 16 13:56:46 2017 +0859
     1.2 +++ b/examples/common/default/default.css	Wed Aug 16 13:58:25 2017 +0859
     1.3 @@ -107,7 +107,7 @@
     1.4  }
     1.5  td.repl h2, td.repl h3, td.repl h4 {
     1.6      display: inline;	/* Because td.repl's white space is pre-wrap */
     1.7 -    text-shadow: blue 0px 1px;
     1.8 +    /* text-shadow: blue 0px 1px; */
     1.9  }
    1.10  td.repl h2:before {content: "■"; color: #a22;}
    1.11  td.repl h3:before {content: "◆"; color: #a22;}