aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/import.scss
blob: 1810e57d0304898c1c5b13812350107a19a1bd96 (plain)
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
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---
@charset "utf-8";

$site-color: "{{ site.color }}";

//$site-color: #9FCF6C;
//$site-color: #c3950d;

//////////////////////////////////////////////////////////////

$color-background: $site-color;
$color-link: darken($site-color, 20%);

// Buttons
$color-btn-primary: darken($site-color, 10%);
$color-btn-success: darken($site-color, 20%);
$color-btn-link:    darken($site-color, 30%);


//////////////////////////////////////////////////////////////

@import "site";
@import "bootstrap4/bootstrap";