diff options
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 7869708..f91c427 100644 --- a/static/style.css +++ b/static/style.css @@ -83,7 +83,7 @@ th, thead, tfoot { th[scope=row] { text-align: left; } -tr.title-row > th { +tr.title-row > th, th.title-row, .title-row { background-color: var(--darker-box-background-color); } td > pre { |