diff options
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 511f941..6d5c9ca 100644 --- a/static/style.css +++ b/static/style.css @@ -140,8 +140,12 @@ th, thead, tfoot { th[scope=row] { text-align: left; } +th { + font-weight: normal; +} tr.title-row > th, th.title-row, .title-row { background-color: var(--lighter-box-background-color); + font-weight: bold; } td > pre { margin: 0; |