aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/themes/classic/partials/_footer.scss')
-rw-r--r--sass/themes/classic/partials/_footer.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/sass/themes/classic/partials/_footer.scss b/sass/themes/classic/partials/_footer.scss
new file mode 100644
index 00000000..08e6138c
--- /dev/null
+++ b/sass/themes/classic/partials/_footer.scss
@@ -0,0 +1,11 @@
+footer {
+ @include background(linear-gradient(darken($body-bg, 5), $body-bg));
+ //color: $footer-color;
+ //border-top: 10px solid $footer-bg;
+ padding: 15px 0;
+ position: relative;
+ z-index: 2;
+ a {
+ color: #dddddd;
+ &:hover {
+ color: white; } } }