blog/themes/classic/sass/partials/_page.scss
Brandon Mathis ef3ff431e5 1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
2011-06-24 17:17:35 -04:00

14 lines
279 B
SCSS

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