# HG changeset patch # User HIROSE Yuuji # Date 1665994848 -32373 # Node ID f73eece61ee485702d22e5a9d3d55149a065594d # Parent f7cd4528926b548f2770428e4fd0fa83956628b3 More strong css for em, strong in preface. diff -r f7cd4528926b -r f73eece61ee4 examples/common/default/default.css --- a/examples/common/default/default.css Mon Oct 17 17:11:04 2022 +0859 +++ b/examples/common/default/default.css Mon Oct 17 17:20:21 2022 +0859 @@ -103,6 +103,8 @@ font-size: 150%; background: yellow; /* text-align: center; */ white-space: pre-wrap; } +tr.preface em {color: navy; text-decoration: underline; padding-right: 0.3ex;} +tr.preface strong {color: navy; background: #eea;} table.bloghead tr.frozen { background: #ccf; border: blue thick solid; color: navy; }