Tesitng a new backgroud design

This commit is contained in:
2018-05-28 01:17:05 +10:00
parent c526e3045d
commit 11e3d60859
12 changed files with 521 additions and 23 deletions

View File

@ -29,6 +29,12 @@ export default function(props) {
let inners = [];
if(style == "twilight") {
inners.push(
<img
src={ require('./../images/palm.svg') }
className={"o-background__palm "+style+"__palm"} key="palm"
/>
);
inners.push(<div className={"o-background__grain "+style+"__grain"} key="grain"></div>);
}