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