Skip to content

Commit

Permalink
Updates style of anchor tags inside tables
Browse files Browse the repository at this point in the history
  • Loading branch information
elseloop authored and tevanoff committed Nov 3, 2023
1 parent 295ab2f commit aba0239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/formatting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ export const formatting = css`
overflow: hidden;
a {
color: #026fb3;
// require !important to override base styles
color: #026fb3 !important;
}
}
table tr {
Expand Down

0 comments on commit aba0239

Please sign in to comment.