s4

changeset 998:f73eece61ee4

More strong css for em, strong in preface.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Oct 2022 17:20:21 +0859
parents f7cd4528926b
children 1fd61bbd69f8
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Mon Oct 17 17:11:04 2022 +0859
     1.2 +++ b/examples/common/default/default.css	Mon Oct 17 17:20:21 2022 +0859
     1.3 @@ -103,6 +103,8 @@
     1.4      font-size: 150%; background: yellow; /* text-align: center; */
     1.5      white-space: pre-wrap;
     1.6  }
     1.7 +tr.preface em {color: navy; text-decoration: underline; padding-right: 0.3ex;}
     1.8 +tr.preface strong {color: navy; background: #eea;}
     1.9  table.bloghead tr.frozen {
    1.10      background: #ccf; border: blue thick solid; color: navy;
    1.11  }