summaryrefslogtreecommitdiffhomepage
path: root/website/content/_sass/footer.scss
blob: 32b265a44f7e2d107921cd21ee6842ab5413d5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.footer {
  margin-top: 40px;
  background-color: #222222;
  color: #ffffff;
  padding: 20px;

  a {
    color: $inverse-link-color;

    &:hover,
    &:focus {
      color: $inverse-link-hover-color;
    }
  }
}