mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
04.06.2024 748797f3eb797181b28d18d921c584817422f102
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//-------------------------------------------------------------------------------
// Variables
//-------------------------------------------------------------------------------
 
// Colors
$color-background   : #061C30;
$color-text         : #848d96;
$color-link         : #848d96;
$color-link-hover   : #CA486d;
$color-maverick     : #47bec7;
$color-tagline      : #CCCCCC;
 
// Breakpoints
$bp-smallish        : 991px;
$bp-tablet          : 767px;
$bp-mobile          : 479px;
 
// Image
$image-background   : {{ if .Site.Params.visual.image.enable }}url('../{{ .Site.Params.visual.image.file | default "images/background.jpg" }}'){{ else }}none{{ end }};
$image-position     : {{ if .Site.Params.visual.image.enable }}{{ .Site.Params.visual.image.position | default "center center" }}{{ else }}0% 0%{{ end }};
 
//-------------------------------------------------------------------------------
// Imports
//-------------------------------------------------------------------------------
 
@import "normalize";
@import "webflow";
@import "fonts";
@import "content";