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 wrap: on
line diff
--- 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;}
 

yatex.org