Skip to content

Commit

Permalink
adds .bs-callout-default in custom.css #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 27, 2024
1 parent 8a270c4 commit aff9235
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quarto/slides-template00/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@
line-height: var(--line-height-tight);
}

.bs-callout-default {
border: 1px solid #666;
}
.bs-callout-default .callout-title {
color: #666;
font-size: 0.6em;
}


0 comments on commit aff9235

Please sign in to comment.