Skip to content

Commit

Permalink
adds callouts-slides.css and call in from index.qmd #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 27, 2024
1 parent 3cbc5f9 commit 6c742cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions quarto/slides-template00/callouts-slides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


.callout.callout-style-simple div.callout-title {
color: var(--callout-title-color);
opacity: 100%!important;
width: fit-content;
font-size: 1.15em!important;
font-weight: 700;
}


3 changes: 2 additions & 1 deletion quarto/slides-template00/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ format:
preview-links: auto
logo: images/quarto-logo.png
css:
- "custom.css"
- custom.css
- callouts-slides.css
footer: <https://quarto.org>
---

Expand Down

0 comments on commit 6c742cf

Please sign in to comment.