Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stip.scss « scss « assets - github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c557763c389146d3bf172d9716b86bcf30fcc6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Colours
$color-background: {{ .Site.Params.colors.background | default "#fff" }};
$color-circle: {{ .Site.Params.colors.circle | default "#164972" }};
$color-foreground: {{ .Site.Params.colors.foreground | default "#fff" }};
$color-hover: {{ .Site.Params.colors.hover | default "#88fcf0" }};

body {
    background: url('{{ "/images/background.jpg" | relURL }}');
}

@import 'stip/variables';
@import 'stip/base';
@import 'stip/layout';