49 lines
767 B
Plaintext
49 lines
767 B
Plaintext
body {
|
|
background-image:
|
|
linear-gradient(
|
|
fade(white, 0%) 40%,
|
|
fade(@color-alpha, 20%)),
|
|
@bg-pattern-01;
|
|
background-repeat: repeat;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
|
|
footer {
|
|
color: @gray;
|
|
.container {
|
|
.row {
|
|
.pull-left {
|
|
color: @color-alpha;
|
|
}
|
|
.fa {
|
|
color: @color-epsilon;
|
|
}
|
|
}
|
|
}
|
|
.container.mt16.mb8 {
|
|
background: none !important;
|
|
color: @color-alpha;
|
|
}
|
|
.pull-left {
|
|
color: @color-alpha;
|
|
}
|
|
}
|
|
|
|
|
|
footer ul li a {
|
|
color: @color-alpha;
|
|
}
|
|
|
|
footer ul li a:hover {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
footer h4 {
|
|
color: @color-alpha;
|
|
a, small {
|
|
color: @color-alpha;
|
|
}
|
|
}
|
|
|