mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Make table headers bolder (#1512)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user