Skip to content

Commit

Permalink
adds .bs-callout .callout-title 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 26124c8 commit 8a270c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions quarto/slides-template00/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@
-webkit-font-smoothing:subpixel-antialiased;
}

.bs-callout .callout-title {
margin-top: -0.5em;
margin-bottom: 0.5em;
padding: var(--callout-title-padding);
display: flex;
gap: var(--size-4-1);
font-size: var(--callout-title-size);
color: rgb(var(--callout-color));
line-height: var(--line-height-tight);
}


0 comments on commit 8a270c4

Please sign in to comment.