blob: 0432406d0f46637a623f6614fe58aa7648f55ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@import "../../../assets/css/_structure.less";
@navbar-default-color: white;
@navbar-default-bg: #000;
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg');
background-position: top right;
background-size: cover;
background-repeat: no-repeat;
color: #000;
min-height: 100%;
}
html {
min-height: 100%;
}
|