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

hallo.scss « scss « assets - github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad32f213579254df12e3b41212d7b8de2a2764a4 (plain)
1
2
3
4
5
6
7
8
// Colours
$color-background: {{ .Site.Params.colors.background | default "#6fcdbd" }};
$color-foreground: {{ .Site.Params.colors.foreground | default "#fff" }};
$color-hover: {{ .Site.Params.colors.hover | default "#333" }};

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