Browse Source

LibWeb: Make <th> elements bold by default

Karol Kosek 3 năm trước cách đây
mục cha
commit
a0546318f9

+ 4 - 0
Userland/Libraries/LibWeb/CSS/Default.css

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