Make table headers bolder (#1512)

This commit is contained in:
Ferry Pie
2020-03-17 19:33:40 +05:30
committed by GitHub
parent 2aba1c57c4
commit c5d855b768
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
}
.gd-table-dark-theme .tableHeaderColumn {
text-transform: none;
font-weight: 400;
font-weight: 600;
font-size: 12px;
color: rgb(158, 158, 158);
}

View File

@@ -28,7 +28,7 @@
}
.gd-table-default-theme .tableHeaderColumn {
text-transform: none;
font-weight: 400;
font-weight: 600;
font-size: 12px;
color: rgb(158, 158, 158);
}