aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-06-15 09:32:47 -0700
committerBrandon Mathis <brandon@imathis.com>2013-06-15 09:32:47 -0700
commit2292fc03d64aca88b4014381fc9742effb69ef91 (patch)
treeae27c05550501f9cc461d3b8a8dff96161edc0d9
parente83dfccc4f6f2db6283918af1743e63278807089 (diff)
parent6d3eb3fed6755f5ede69ac287d4e2452bfc3a824 (diff)
downloadmy_new_personal_website-2292fc03d64aca88b4014381fc9742effb69ef91.tar.xz
my_new_personal_website-2292fc03d64aca88b4014381fc9742effb69ef91.zip
Merge pull request #1267 from vinc/feature-default
Added !default to $img-border
-rw-r--r--.themes/classic/sass/base/_theme.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_theme.scss b/.themes/classic/sass/base/_theme.scss
index 1a43a03d..20dcd24e 100644
--- a/.themes/classic/sass/base/_theme.scss
+++ b/.themes/classic/sass/base/_theme.scss
@@ -1,5 +1,5 @@
$noise-bg: image-url('noise.png') top left !default;
-$img-border: inline-image('dotted-border.png');
+$img-border: inline-image('dotted-border.png') !default;
// Main Link Colors
$link-color: lighten(#165b94, 3) !default;