LibWeb: Make <th> elements bold by default

This commit is contained in:
Karol Kosek 2022-07-30 22:01:33 +02:00 committed by Andreas Kling
commit a0546318f9
Notes: sideshowbarker 2024-07-17 08:29:53 +09:00

View file

@ -187,6 +187,10 @@ th {
display: table-cell;
}
th {
font-weight: bold;
}
col {
display: table-column;
}