summaryrefslogtreecommitdiffhomepage
path: root/website/_sass/footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'website/_sass/footer.scss')
-rw-r--r--website/_sass/footer.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/website/_sass/footer.scss b/website/_sass/footer.scss
deleted file mode 100644
index ec2ba5e20..000000000
--- a/website/_sass/footer.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.footer {
- margin-top: 40px;
- background-color: #222;
- color: #fff;
- padding: 20px;
-
- a {
- color: $inverse-link-color;
-
- &:hover,
- &:focus {
- color: $inverse-link-hover-color;
- }
- }
-}