Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-TWU committed Sep 25, 2024
1 parent abb16e0 commit 567fbc6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions quarto/twu_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,23 +298,25 @@ div.callout-important:not(.callout-titled) .callout-icon::before {

.callout.callout-style-simple.accordion {
border-left: 5px solid;
border-left-color: var(--accent-color);
border-left-color:var(--accent-color);
border-right: 1px solid var(--primary-color);
border-top: 1px solid var(--primary-color);
border-bottom: 1px solid var(--primary-color);
}

.callout.callout-style-simple.accordion.callout-titled .callout-collapse .callout-body > :last-child:not(.sourceCode){
.callout.callout-style-simple.accordion.callout-titled .callout-collapse .callout-body .callout-style-simple.callout-note{
margin-bottom: 0;
border: 0;
border-left-width: 0px;
border-left-style: none;
border-left-color: currentcolor;
border-left: .25rem solid var(--accent-color);
border-radius: 0;
padding: 0 .625rem;
}

.callout.callout-style-simple.accordion.callout-titled .callout-collapse .callout-body > :last-child:not(.sourceCode){
margin-bottom: 0;

}

.learning-activity-body table,
.learning-activity-body table.table {
margin-top: 0;
Expand Down

0 comments on commit 567fbc6

Please sign in to comment.