From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- _scss/components/theme/_background.scss | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 _scss/components/theme/_background.scss (limited to '_scss/components/theme/_background.scss') diff --git a/_scss/components/theme/_background.scss b/_scss/components/theme/_background.scss deleted file mode 100644 index 5b45f0c..0000000 --- a/_scss/components/theme/_background.scss +++ /dev/null @@ -1,15 +0,0 @@ -@import 'utilities/boxshadow'; - -$background-image: 'data:image/svg+xml;utf8,'; - -html { - background: $color-tertiary url($background-image) repeat fixed; -} - -body { - background: $color-initial; - border-left: 1px solid rgba(0, 0, 0, .09); - border-right: 1px solid rgba(0, 0, 0, .09); - - @include box-shadow(0 1px 4px rgba(0, 0, 0, .04)); -} -- cgit v1.2.3