Making footor less attention seeking

This commit is contained in:
Paul Copplestone
2019-10-16 19:22:55 +08:00
parent 753d4e72ae
commit 89e3e33b44

View File

@@ -211,6 +211,15 @@ hr {
}
.footer {
box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
.heading {
color: $grey-200;
}
a {
color: $text;
&:hover {
color: $primary;
}
}
}
.has-flex-start {
justify-content: flex-start;