d622f59ba1
Update index.php, backgrounds.php, and 12 more files...
21 lines
492 B
SCSS
21 lines
492 B
SCSS
// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
|
|
|
|
/* Defaults > Backgrounds */
|
|
|
|
body {
|
|
background-color: #{$color-background-body};
|
|
}
|
|
|
|
// Can be overriden in `elements/elements-backgrounds.scss` for the grids.
|
|
header, nav, footer {
|
|
background-color: #{$color-background-surround};
|
|
}
|
|
|
|
main {
|
|
background-color: #{$color-background-main};
|
|
|
|
// FIXME: Adapt when sidebar is closed !
|
|
// FIXME: Move it to the proper layout file then !!!
|
|
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.375) inset;
|
|
}
|