style thead tr td like th

orgize html output does not use th for some reason?
This commit is contained in:
xfnw 2024-03-26 19:39:02 -04:00
parent b140507c6e
commit 7f1ab12d62

View File

@ -58,7 +58,11 @@ summary {
padding: 10px;
}
th, summary, input {
thead tr td, th, summary {
font-weight: bold;
}
thead tr td, th, summary, input {
background: #333;
color: #cdcdcd;
}
@ -132,7 +136,7 @@ blockquote {
a:visited {
color: #551A8B;
}
th, summary, input {
thead tr td, th, summary, input {
background: #ccc;
color: #141415;
}