/*-- scss:defaults --*/ // fonts $font-family-sans-serif: Lato, Ubuntu, serif !default; $presentation-font-size-root: 30px; // colors $link-color: #f39200 !default; // headings $presentation-heading-font: Lato, Ubuntu, serif !default; $presentation-heading-color: #003361 !default; $presentation-h1-font-size: 2em; $presentation-h2-font-size: 1.5em; $presentation-h3-font-size: 1.25em; $presentation-h4-font-size: 1em; /*-- scss:rules --*/ #title-slide { text-align: left; font-size: 100%; } #title-slide div.quarto-title-author-name::before { content: ""; display: block; border: none; background-color: #f39200; color: $body-color; height: 3px; margin-bottom: 1em; } #title-slide div.quarto-title-authors { display: block; border: none; text-align: left; font-size: 100%; } #title-slide p, #title-slide a { color: #7F7F7F; text-align: left; } .reveal a { line-height: 1.3em; } .reveal section h3,h4 { color: #7F7F7F; } .reveal p { font-size: 100%; } .reveal ul { font-size: 80%; list-style-type: square; } .reveal mark { background-color: #003361; /*Add your desired color*/ color: white; } .reveal blockquote { font-size: 80%; }