diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-10-24 08:08:02 +0200 |
---|---|---|
committer | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-10-24 08:08:02 +0200 |
commit | 665f8a424c1c19c9b461b998ef326bcfb8495970 (patch) | |
tree | fb87ea9de121dea0eea53bfbcae01dca11a51a87 /.themes/classic/sass/custom | |
parent | 06e8c51a1a6256f4c627ba45b31623f7748366c6 (diff) | |
parent | 10de5107e93c5ccf8c586da8ce196aa70eb64ac3 (diff) | |
download | my_new_personal_website-665f8a424c1c19c9b461b998ef326bcfb8495970.tar.xz my_new_personal_website-665f8a424c1c19c9b461b998ef326bcfb8495970.zip |
Merge branch 'master' of github.com:imathis/octopress
Diffstat (limited to '.themes/classic/sass/custom')
-rw-r--r-- | .themes/classic/sass/custom/_colors.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.themes/classic/sass/custom/_colors.scss b/.themes/classic/sass/custom/_colors.scss index cf0ab29e..8821274a 100644 --- a/.themes/classic/sass/custom/_colors.scss +++ b/.themes/classic/sass/custom/_colors.scss @@ -5,9 +5,14 @@ //$header-bg: #263347; //$subtitle-color: lighten($header-bg, 58); //$nav-bg: desaturate(lighten(#8fc17a, 18), 5); +//$nav-bg-front: image-url('noise.png'); +//$nav-bg-back: linear-gradient(lighten($nav-bg, 8), $nav-bg, darken($nav-bg, 11)); //$sidebar-bg: desaturate(#eceff5, 8); //$sidebar-link-color: saturate(#526f9a, 10); //$sidebar-link-color-hover: darken(#7ab662, 9); +//$footer-bg: #ccc !default; +//$footer-bg-front: image-url('noise.png'); +//$footer-bg-back: linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer- /* To use the light Solarized highlighting theme uncomment the following line */ |