Skip to content

Commit 49e1e0c

Browse files
committed
Don't bold th by default
1 parent af7a93e commit 49e1e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ th,
138138
td {
139139
border: 1px solid var(--border-color);
140140
background: var(--background);
141+
font-weight: normal;
142+
text-align: left;
141143
}
142144

143145
.data_table th,

0 commit comments

Comments
 (0)