Browse Source

Added !default to noise-bg

This lets us override the noise.png background image in the custom SCSS
files if we choose.
unreleased_contents
Tim Gray 13 years ago
parent
commit
78fd9f48f9
  1. 2
      .themes/classic/sass/base/_theme.scss

2
.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

Loading…
Cancel
Save