Skip to content

Commit

Permalink
Inline code uses correct color in a table's header row (#49828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-at-airbyte authored Dec 17, 2024
1 parent 8ad2776 commit 9f819a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ table tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}


table th code {
color: var(--ifm-color-content);
}

table td code {
background-color: var(--color-blue-30);
Expand Down

0 comments on commit 9f819a1

Please sign in to comment.