Skip to content

Commit 78fd9f4

Browse files
committed
Added !default to noise-bg
This lets us override the noise.png background image in the custom SCSS files if we choose.
1 parent b510713 commit 78fd9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.themes/classic/sass/base/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$noise-bg: image-url('noise.png') top left;
1+
$noise-bg: image-url('noise.png') top left !default;
22
$img-border: inline-image('dotted-border.png');
33

44
// Main Link Colors

0 commit comments

Comments
 (0)