You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
328 B
SCSS

html {
background: $page-bg image-url('line-tile.png') top left;
}
body {
> div {
background: $sidebar-bg image-url('noise.png') top left;
border-bottom: 1px solid $page-border-bottom;
> div {
background: $main-bg image-url('noise.png') top left;
border-right: 1px solid $sidebar-border;
}
}
}