# HG changeset patch # User HIROSE Yuuji # Date 1588676889 -32400 # Node ID 50b3ceca8bf74c15842cb8f5fce1281b0171d5c1 # Parent 1fa8d503ea2b51c67253b38ffa142bb6255ec3f4 Frozen heading background color made lighter diff -r 1fa8d503ea2b -r 50b3ceca8bf7 examples/common/default/default.css --- a/examples/common/default/default.css Mon May 04 14:42:09 2020 +0900 +++ b/examples/common/default/default.css Tue May 05 20:08:09 2020 +0900 @@ -89,7 +89,9 @@ font-size: 150%; background: yellow; /* text-align: center; */ white-space: pre-wrap; } -table.bloghead tr.frozen {background: blue; color: white;} +table.bloghead tr.frozen { + background: #ccf; border: blue thick solid; color: navy; +} table.bloghead {margin-bottom: 1em;}