Change footer from dark to light
This commit is contained in:
parent
9990bc0441
commit
5e92dddf9f
3 changed files with 3 additions and 16 deletions
2
assets/css/ie.min.css
vendored
2
assets/css/ie.min.css
vendored
File diff suppressed because one or more lines are too long
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -293,10 +293,7 @@ body {
|
||||||
.container();
|
.container();
|
||||||
.clearfix();
|
.clearfix();
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 1em;
|
|
||||||
padding-top: 2em;
|
|
||||||
padding-bottom: 3em;
|
padding-bottom: 3em;
|
||||||
background-color: @black;
|
|
||||||
a,
|
a,
|
||||||
a:active,
|
a:active,
|
||||||
a:visited,
|
a:visited,
|
||||||
|
@ -304,19 +301,10 @@ body {
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6,
|
h6,
|
||||||
span {
|
|
||||||
color: darken(@white, 25);
|
|
||||||
}
|
|
||||||
span {
|
span {
|
||||||
.font-rem(14);
|
.font-rem(14);
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
border-bottom: 0 solid transparent;
|
|
||||||
&:hover {
|
|
||||||
color: @white;
|
|
||||||
border-bottom: 0 solid transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
footer {
|
footer {
|
||||||
.grid(12,10);
|
.grid(12,10);
|
||||||
.prefix(12,1);
|
.prefix(12,1);
|
||||||
|
@ -335,7 +323,6 @@ body {
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: @white;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer-icons {
|
.footer-icons {
|
||||||
|
|
Loading…
Reference in a new issue