aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/_background.scss
blob: fd6fe7ae95476374e7f45476417bac1967bad8d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$background-border: rgba(0, 0, 0, .09);
$background-image: '/assets/background.svg';

html {
  background: $color-bg url($background-image) repeat fixed;
}

body {
  border-left: 1px solid $background-border;
  border-right: 1px solid $background-border;
}