-
-
Notifications
You must be signed in to change notification settings - Fork 921
Expand file tree
/
Copy path_settings.scss
More file actions
38 lines (33 loc) · 814 Bytes
/
Copy path_settings.scss
File metadata and controls
38 lines (33 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Background colours
$backgroundColour: #ffffff !default;
$codeBackgroundColour: #fafafa !default;
$featureBackgroundColour: #f9fafa !default;
$accentColour: #05bf85 !default;
// Text colours
$headingColour: #242e2b !default;
$bodyColour: #384743 !default;
$linkColour: #05bf85 !default;
$hoverColour: #008000 !default;
$focusColour: #fa407a !default;
$captionColour: #a8adac !default;
$white: #ffffff !default;
// Typography
$bodytype: (
font-family: "Georgia, serif",
regular: 400,
bold: 700,
italic: italic,
cap-height: 0.75
) !default;
$headingtype: (
font-family: '"Merriweather", serif',
regular: 400,
bold: 700,
cap-height: 0.75
) !default;
$monospacetype: (
font-family: "Menlo, monospace",
regular: 400,
cap-height: 0.68
) !default;
// TIP: Load custom fonts in _config.yaml