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();
|
||||
.clearfix();
|
||||
clear: both;
|
||||
margin-top: 1em;
|
||||
padding-top: 2em;
|
||||
padding-bottom: 3em;
|
||||
background-color: @black;
|
||||
a,
|
||||
a:active,
|
||||
a:visited,
|
||||
|
@ -304,19 +301,10 @@ body {
|
|||
h4,
|
||||
h5,
|
||||
h6,
|
||||
span {
|
||||
color: darken(@white, 25);
|
||||
}
|
||||
|
||||
span {
|
||||
.font-rem(14);
|
||||
}
|
||||
a {
|
||||
border-bottom: 0 solid transparent;
|
||||
&:hover {
|
||||
color: @white;
|
||||
border-bottom: 0 solid transparent;
|
||||
}
|
||||
}
|
||||
footer {
|
||||
.grid(12,10);
|
||||
.prefix(12,1);
|
||||
|
@ -335,7 +323,6 @@ body {
|
|||
}
|
||||
li {
|
||||
margin-bottom: 0;
|
||||
color: @white;
|
||||
}
|
||||
}
|
||||
.footer-icons {
|
||||
|
|
Loading…
Reference in a new issue