aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/tint/main.less
blob: 0f0a277dae4f5617f60dc1573e7928a669b6e46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "../../../assets/css/_structure.less";

@navbar-default-color:  #6f6f6f;
@navbar-default-bg:     #000;

body {
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;

	color: #000;
	min-height: 100%;
}

html {
	min-height: 100%;
}