diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6503111..1b75675 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -14,7 +14,7 @@
-
+
diff --git a/src/_theme.scss b/src/_theme.scss
index cf7384a..86fbbb6 100644
--- a/src/_theme.scss
+++ b/src/_theme.scss
@@ -73,13 +73,13 @@
}
}
- &.coffe {
+ &.coffee {
padding: 1em 1.5em;
height: auto;
// Shadow from the original button
- box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
- -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
+ box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5);
+ -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5);
}
}
diff --git a/src/main.scss b/src/main.scss
index 8f45ffe..06b9baf 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -294,5 +294,10 @@ h1, h2, h3, h4, h5, h6 {
a {
color: lighten(#000, 70%);
}
+
+ .button.coffee {
+ color: $white;
+ box-shadow: none;
+ }
}
}