1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

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
parent d4b2eb22e1
commit a0546318f9

View file

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