Colors and Style

michigan.scss

styles all documents based on font and color guidance from the University of Michigan:

#00274C Nunito Sans for body text

#2F65A7 for links

#655A52 for blockquotes

#FFCB05 to highlight inline code

Callouts

#655A52 for basic callout boxes

Note

#75988d for callout-note boxes

Tip

#A5A508 for callout-tip boxes

Warning

#9A3324 for callout-warning boxes

Caution

#D86018 for callout-caution boxes

Important

#FFCB05 for callout-important boxes

Custom slide menue button

/*-- make menue logo the block M --*/
.reveal .slide-menu-button .fa-bars::before {
  background-image: url('https://brand.umich.edu/assets/brand/downloads/um-logos/primary_logo_kit/black-logo/u-m_logo-black.png') !important;
}