diff options
author | Tim Gray <tgray@125px.com> | 2011-12-12 11:14:15 -0500 |
---|---|---|
committer | Tim Gray <tgray@125px.com> | 2011-12-12 11:14:15 -0500 |
commit | 78fd9f48f904b0a335a3ab6064ff5c78e73f70c6 (patch) | |
tree | 150735bb1a679dca591ab39ef6ab1a0e52b69b9a /.themes/classic | |
parent | b51071372b3851a22159cb8913d3337c5b2552e0 (diff) | |
download | my_new_personal_website-78fd9f48f904b0a335a3ab6064ff5c78e73f70c6.tar.xz my_new_personal_website-78fd9f48f904b0a335a3ab6064ff5c78e73f70c6.zip |
Added !default to noise-bg
This lets us override the noise.png background image in the custom SCSS
files if we choose.
Diffstat (limited to '.themes/classic')
-rw-r--r-- | .themes/classic/sass/base/_theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_theme.scss b/.themes/classic/sass/base/_theme.scss index 62e06890..f8bf1b78 100644 --- a/.themes/classic/sass/base/_theme.scss +++ b/.themes/classic/sass/base/_theme.scss @@ -1,4 +1,4 @@ -$noise-bg: image-url('noise.png') top left; +$noise-bg: image-url('noise.png') top left !default; $img-border: inline-image('dotted-border.png'); // Main Link Colors |