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
279 B
SCSS
14 lines
279 B
SCSS
14 years ago
|
html {
|
||
|
background: $page-bg inline-image('line-tile.png') top left;
|
||
|
}
|
||
|
body {
|
||
|
> div {
|
||
|
background-color: $sidebar-bg;
|
||
14 years ago
|
border-bottom: 1px solid $page-border-bottom;
|
||
14 years ago
|
> div {
|
||
|
background-color: $main-bg;
|
||
|
border-right: 1px solid $sidebar-border;
|
||
|
}
|
||
|
}
|
||
|
}
|