mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-13 12:55:08 -05:00
9 lines
185 B
SCSS
9 lines
185 B
SCSS
body {
|
|
background-color: $sidebar_bg;
|
|
}
|
|
|
|
body > div > div {
|
|
background-color: $main_bg; border-right: 1px solid $sidebar_border;
|
|
//@include box-shadow(rgba(#000, .1) 0 0 18px);
|
|
}
|