Skip to content

Commit

Permalink
Don't bold th by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 20, 2024
1 parent af7a93e commit 49e1e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ th,
td {
border: 1px solid var(--border-color);
background: var(--background);
font-weight: normal;
text-align: left;
}

.data_table th,
Expand Down

0 comments on commit 49e1e0c

Please sign in to comment.