|
1 | 1 | // Background colours |
2 | | -$backgroundColour: #ffffff; |
3 | | -$codeBackgroundColour: #fafafa; |
4 | | -$featureBackgroundColour: #f9fafa; |
| 2 | +$backgroundColour: #ffffff !default; |
| 3 | +$codeBackgroundColour: #fafafa !default; |
| 4 | +$featureBackgroundColour: #f9fafa !default; |
5 | 5 | $accentColour: #05bf85; |
6 | 6 |
|
7 | 7 | // Text colours |
8 | | -$headingColour: #242e2b; |
9 | | -$bodyColour: #384743; |
10 | | -$linkColour: #05bf85; |
11 | | -$hoverColour: #008000; |
12 | | -$focusColour: #fa407a; |
13 | | -$captionColour: #a8adac; |
14 | | -$white: #ffffff; |
| 8 | +$headingColour: #242e2b !default; |
| 9 | +$bodyColour: #384743 !default; |
| 10 | +$linkColour: #05bf85 !default; |
| 11 | +$hoverColour: #008000 !default; |
| 12 | +$focusColour: #fa407a !default; |
| 13 | +$captionColour: #a8adac !default; |
| 14 | +$white: #ffffff !default; |
15 | 15 |
|
16 | 16 | // Typography |
17 | 17 | $bodytype: ( |
18 | | - font-family: 'Georgia, serif', |
| 18 | + font-family: "Georgia, serif", |
19 | 19 | regular: 400, |
20 | 20 | bold: 700, |
21 | 21 | italic: italic, |
22 | 22 | cap-height: 0.75 |
23 | | -); |
| 23 | +) !default; |
24 | 24 |
|
25 | 25 | $headingtype: ( |
26 | 26 | font-family: '"Merriweather", serif', |
27 | 27 | regular: 400, |
28 | 28 | bold: 700, |
29 | 29 | cap-height: 0.75 |
30 | | -); |
| 30 | +) !default; |
31 | 31 |
|
32 | 32 | $monospacetype: ( |
33 | | - font-family: 'Menlo, monospace', |
| 33 | + font-family: "Menlo, monospace", |
34 | 34 | regular: 400, |
35 | 35 | cap-height: 0.68 |
36 | | -); |
| 36 | +) !default; |
37 | 37 |
|
38 | 38 | // Font import, if you're using a non-standard web font |
39 | | -@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700'); |
| 39 | +@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700"); |
0 commit comments