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

Felix Boerner
31.59.2024 cda18632a7d36b8e1fb9cd5b8c0bd501bb5680ca
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
30
31
//-------------------------------------------------------------------------------
// Variables
//-------------------------------------------------------------------------------
 
// Colors
$color-background   : #061C30;
$color-text         : #848d96;
$color-link         : #848d96;
$color-link-hover   : #CA486d;
$color-maverick     : #47bec7;
$color-tagline      : #CCCCCC;
 
// Breakpoints
$bp-smallish        : 1200px;
$bp-tablet          : 800px;
$bp-mobile          : 500px;
 
// Image
$image-background   : url('{{ .Site.Params.visual.image.file | default "images/background.jpg" | absURL }}');
$image-position     : {{ .Site.Params.visual.image.position | default "center center" }};
 
// Animation
$animation-name     : fadein;
$animation-duration : 2s;
 
//-------------------------------------------------------------------------------
// Imports
//-------------------------------------------------------------------------------
 
@import "reset";
@import "content";