aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_footer.scss
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-15 15:50:48 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-15 15:50:48 -0400
commit8b6d83ae6052ee09879d30f2849716fa8e692bfe (patch)
treef00acca4b6691c96dc420d8a80f8b0b7fff8affa /.themes/classic/sass/partials/_footer.scss
parent4443fd442973bd7e8a2a14e6a2c8a6150cb80b7c (diff)
downloadmy_new_personal_website-8b6d83ae6052ee09879d30f2849716fa8e692bfe.tar.xz
my_new_personal_website-8b6d83ae6052ee09879d30f2849716fa8e692bfe.zip
1. Udated category layout
2. Improved scoping and styling for links 3. Sidebar collapse improvements
Diffstat (limited to '.themes/classic/sass/partials/_footer.scss')
-rw-r--r--.themes/classic/sass/partials/_footer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/partials/_footer.scss b/.themes/classic/sass/partials/_footer.scss
index 350c562d..e750342c 100644
--- a/.themes/classic/sass/partials/_footer.scss
+++ b/.themes/classic/sass/partials/_footer.scss
@@ -13,7 +13,7 @@ body > footer {
@include border-bottom-radius(.4em);
z-index: 1;
a {
- @include link-colors($footer-link-color, $footer-link-color-hover);
+ @include link-colors($footer-link-color, $footer-link-color-hover, $visited: $footer-link-color);
}
p:last-child { margin-bottom: 0; }
}