mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
9 lines
178 B
SCSS
9 lines
178 B
SCSS
body {
|
|
background-color: $sidebar_bg;
|
|
}
|
|
|
|
#page > div {
|
|
background-color: $main_bg; border-right: 1px solid $sidebar_border;
|
|
@include box-shadow(rgba(#000, .1) 0 0 18px);
|
|
}
|