Skip to content

Commit

Permalink
Added CSS for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rbesenczi committed Jul 5, 2024
1 parent 7b807e6 commit dfe7a92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,9 @@ button {
font-size: 10;
padding: 5px 10px;
}

table :is(td, th) {
border: 1px solid black;
padding: 0.5em;
background-color:antiquewhite;
}

0 comments on commit dfe7a92

Please sign in to comment.