Skip to content

Commit

Permalink
💄 style: set transparent bg for code in table headers
Browse files Browse the repository at this point in the history
Changed the background color of the `code` tags within table headers
to transparent to enhance readability and contrast. This ensures
that the code tags in headers remain visually distinct
while not detracting from overall table aesthetics.
  • Loading branch information
welpo committed Aug 13, 2023
1 parent 275950f commit a6046cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/parts/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ table {
thead tr {
background-color: var(--primary-color);
color: var(--hover-color);

code {
background-color: transparent;
}
}

tbody {
Expand Down

0 comments on commit a6046cd

Please sign in to comment.