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

sakura-earthly.scss « scss « assets - github.com/softwareyoga/ronu-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4124664b24515a128a7f2f34fedbde8f7d5d342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$color-blossom: #007559;
$color-fade: #006994;

$color-bg: #ffffff;
$color-bg-alt: #f7f7f7;

$color-text: #222222;
$font-size-base: 1.8rem;

$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
$font-family-heading: $font-family-base;

@import "main";