Skip to content

Commit

Permalink
Better handling of bottom teal bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 12, 2024
1 parent e8d0895 commit ea062ff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,7 @@ $presentation-font-size-root: 2em;
}

.reveal .slides {
background-color: #ffffff;
}

.reveal .footer {
color: #ffffff !important;
background-color: theme-color("aagi-teal");
display: inline-block ;
height: 1em;
bottom: 50px !important; // Makes footer div flush with bottom of slide
z-index: -99 !important; // Sets the footer div further down the z-index
border-bottom: solid 0.25em theme_color("aagi-teal");
}

.reveal table,
Expand Down

0 comments on commit ea062ff

Please sign in to comment.