Skip to content

Commit

Permalink
Change table header color
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-aidan committed Sep 6, 2024
1 parent 1bd34dd commit de829d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ table :is(td){
border-bottom-style: solid;
}

table :is(th)
table :is(th) /* this one changes the header */
{
background-color: #fff;
background-color: #808080;
}

table :is(td, th)
table :is(td, th) /* this one changes the body */
{
font-family: "IBM Plex Sans Regular","Helvetica Neue",Arial,sans-serif;
font-size: 14px;
Expand Down

0 comments on commit de829d4

Please sign in to comment.