Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/1043671955
Commit: 9f7460eee9
gh-pages
| @@ -253,7 +253,7 @@ | |||
| purple <span class="op">=</span> <span class="st">"#3e2f5b"</span>, | |||
| orange <span class="op">=</span> <span class="st">"#ff8811"</span>, | |||
| green <span class="op">=</span> <span class="st">"#136f63"</span>, | |||
| white <span class="op">=</span> <span class="st">"#FFFFFF"</span>, | |||
| white <span class="op">=</span> <span class="st">"#FFFFFF"</span> | |||
| <span class="op">)</span></code></pre></div> | |||
| <p>and creates CSS classes from the color name that set the text color — e.g. <code>.red</code> — or that set the background color — e.g. <code>.bg-red</code>. If you use custom CSS in your slides, the color name is also stored in a CSS variable — e.g. <code><a href="https://rdrr.io/r/stats/cor.html">var(--red)</a></code>.</p> | |||
| <p>So slide text like this</p> | |||
| @@ -421,7 +421,7 @@ Pack my box with five dozen liquor jugs. Amazingly few discotheques provide juke | |||
| purple <span class="op">=</span> <span class="st">"#3e2f5b"</span>, | |||
| orange <span class="op">=</span> <span class="st">"#ff8811"</span>, | |||
| green <span class="op">=</span> <span class="st">"#136f63"</span>, | |||
| white <span class="op">=</span> <span class="st">"#FFFFFF"</span>, | |||
| white <span class="op">=</span> <span class="st">"#FFFFFF"</span> | |||
| <span class="op">)</span></code></pre></div> | |||
| <p>and creates CSS classes from the color name that set the text color — e.g. <code>.red</code> — or that set the background color — e.g. <code>.bg-red</code>. If you use custom CSS in your slides, the color name is also stored in a CSS variable — e.g. <code><a href="https://rdrr.io/r/stats/cor.html">var(--red)</a></code>.</p> | |||
| <p>So slide text like this</p> | |||
| @@ -7,7 +7,7 @@ articles: | |||
| template-variables: template-variables.html | |||
| themes: themes.html | |||
| xaringanthemer: xaringanthemer.html | |||
| last_built: 2021-07-18T04:39Z | |||
| last_built: 2021-07-19T02:12Z | |||
| urls: | |||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | |||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | |||