bookclub-advr

DSLC Advanced R Book Club
git clone https://git.eamoncaddigan.net/bookclub-advr.git
Log | Files | Refs | README | LICENSE

custom.scss (455B)


      1 /*-- scss:defaults --*/
      2 
      3 /*-- Fonts --*/
      4 $presentation-font-size-root: 36px;
      5 
      6 /*-- Headings --*/
      7 $presentation-h1-font-size: 2em;
      8 
      9 /*-- new vars --*/
     10 $highlight-font-color: #A0E9FF;
     11 
     12 /*-- scss:rules --*/
     13 
     14 .reveal .footer {
     15   font-size: .6em !important;
     16 }
     17 
     18 .reveal .slide strong {
     19   font-weight: 900;
     20   color: $highlight-font-color;
     21 }
     22 
     23 .reveal .slide h3 {
     24   color: $highlight-font-color;
     25 }
     26 
     27 /*-- Hide
     28 .reveal .footer {
     29   font-size: 30px !important;
     30 }
     31 --*/