summaryrefslogtreecommitdiff
path: root/sass/index.scss
blob: 456d908b439e2553353f82fbe5df9b45065e9da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import "board";
@import "stones";
@import "links";
@import "head";

body {
    background-image: $background-image;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    background-attachment: fixed;
    background-color: $background-color;
    margin: 0;
}