pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
451 B

7 years ago
/** Colors */
$brand-primary: #b01109;
$brand-accent: #015d75;
$light-gray: #ececec;
7 years ago
$dark-grey: #444;
$black: #000;
$white: #fff;
7 years ago
7 years ago
/** Box Model */
7 years ago
$spacer: 2rem;
/** Breakpoints */
$small: 768px;
$medium: 960px;
$large: 1200px;
$extra-large: 1650px;
7 years ago
/** Fonts */
$font-family-sans-serif: 'Karla', sans-serif;
$font-family-serif: 'Spectral', serif;
$base-font-size: 16;