2019-02-22 03:22:35 +04:00
|
|
|
$background-image: '/assets/background.svg';
|
|
|
|
|
|
|
|
html {
|
|
|
|
background: $color-bg url($background-image) repeat fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2019-02-22 04:24:10 +04:00
|
|
|
border-left: 1px solid $color-bg-alt;
|
|
|
|
border-right: 1px solid $color-bg-alt;
|
2019-02-22 03:22:35 +04:00
|
|
|
}
|