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

_variables.scss « partials « scss « static « exampleSite - github.com/aerohub/hugo-faq-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53dbff43bdbce2427cf1d486e34204b844a8cff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// colors

$color-1: #4e5359; // blue dark
$color-2: #a9c056; // green
$color-3: #f3f3f5; // grey light
$color-4: #6c7d8e; // blue light
$color-5: #ffffff; // white

// fonts 

$primary-font: 'Open Sans', sans-serif;