Skip to content

Commit

Permalink
Try using .reveal classes for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent b4fdf0e commit e564bd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ $font-family-monospace: "Fira Code";
z-index: -99 !important; // Sets the footer div further down the z-index
}

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

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

0 comments on commit e564bd8

Please sign in to comment.