Skip to content

Commit e2a44b7

Browse files
authored
[4.0] cassiopeia (#34552)
Use font-weight: 500 for table headers
1 parent b40e78b commit e2a44b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/cassiopeia/scss/vendor/bootstrap/_table.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
.table {
44

5+
th {
6+
font-weight: 500;
7+
}
8+
59
thead th {
610
white-space: nowrap;
711
border-bottom-width: 1px;

0 commit comments

Comments
 (0)