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

hulga.scss « css « assets - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abed90ab9ded46a2b62917d2e9900e7d16d9e3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// bulma customize
@charset "utf-8";

// Import a Google Font
// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

// Set your brand colors
// $archblue: #1793d0;

{{ if .Site.Params.primaryColor }}
$primary: {{ .Site.Params.primaryColor }};
{{end}}

// Update Bulma's global variables
// can define primary color in theme config

@import "./common.scss";