s4

changeset 644:50b3ceca8bf7

Frozen heading background color made lighter
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 05 May 2020 20:08:09 +0900
parents 1fa8d503ea2b
children 21522dcada92
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Mon May 04 14:42:09 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Tue May 05 20:08:09 2020 +0900
     1.3 @@ -89,7 +89,9 @@
     1.4      font-size: 150%; background: yellow; /* text-align: center; */
     1.5      white-space: pre-wrap;
     1.6  }
     1.7 -table.bloghead tr.frozen {background: blue; color: white;}
     1.8 +table.bloghead tr.frozen {
     1.9 +    background: #ccf; border: blue thick solid; color: navy;
    1.10 +}
    1.11  
    1.12  table.bloghead {margin-bottom: 1em;}
    1.13