Skip to content

Commit

Permalink
try using !important to get tables formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent 7d41c91 commit b4fdf0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ $font-family-monospace: "Fira Code";
}

table, th, td {
border: 2px solid #ffffff;
background: $aagi-grey;
color: $aagi-black
border: 2px solid #ffffff !important;
background: $aagi-grey !important;
color: $aagi-black !important;
}

th {
color: #ffffff;
background: $aagi-teal;
color: #ffffff !important;
background: $aagi-teal !important;
}

0 comments on commit b4fdf0e

Please sign in to comment.