diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index addde644f4..8319932a48 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -187,6 +187,10 @@ th { display: table-cell; } +th { + font-weight: bold; +} + col { display: table-column; }