blob: 267a722af7cffc815e8a7b159bf14700cacc75be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Colors
$teal: #00819B;
$gray: #40434E;
$light-gray: lighten($gray, 21%);
$highlight: #ffd;
$white: #fff;
// Fonts
$sans: 'open_sans', sans-serif;
$serif: 'merriweather_light', serif;
$monospace: 'source_code_pro', monospace;
|