Browse Source

Fix custom colors -bg-back, closes #269

unreleased_contents
Frederic Hemberger 13 years ago
parent
commit
a11e92b2ae
  1. 2
      .themes/classic/sass/custom/_colors.scss

2
.themes/classic/sass/custom/_colors.scss

@ -12,7 +12,7 @@
//$sidebar-link-color-hover: darken(#7ab662, 9); //$sidebar-link-color-hover: darken(#7ab662, 9);
//$footer-bg: #ccc !default; //$footer-bg: #ccc !default;
//$footer-bg-front: image-url('noise.png'); //$footer-bg-front: image-url('noise.png');
//$footer-bg-back: linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer- //$footer-bg-back: linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11));
/* To use the light Solarized highlighting theme uncomment the following line */ /* To use the light Solarized highlighting theme uncomment the following line */

Loading…
Cancel
Save