Make the footer as dark as the navbar
This commit is contained in:
parent
918e1eaa2b
commit
08b0bb05ae
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<footer class="bg-light p-5 {{ if eq .IsHome false }}mt-5{{ end }}">
|
<footer class="p-5 {{ if eq .IsHome false }}mt-5{{ end }}">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
|
|
@ -129,13 +129,14 @@ footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
color: $gray-700;
|
color: lighten($black, 50);
|
||||||
|
background-color: $black;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $gray-700;
|
color: inherit;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $black;
|
color: lighten($black, 75);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue