diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index a42dd6072..76a0738dc 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -374,11 +374,13 @@ .background { @include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8)); position : fixed; - background-color : cyan; height : 100%; width : 100%; - background-color : #333; + background : { + color : #333; + image : image_url("hatched-bg-dark.png"); + } } }