Added !default to noise-bg

This lets us override the noise.png background image in the custom SCSS
files if we choose.
main
Tim Gray 14 years ago
parent b51071372b
commit 78fd9f48f9

@ -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

Loading…
Cancel
Save