Background-repeat round (#5475)

This commit is contained in:
Jaco Greeff 2017-04-19 17:47:30 +02:00 committed by GitHub
parent 770c7e5878
commit fc18299869
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<style> <style>
html { html {
background: white; background: white;
background-repeat: round;
} }
html, body, #container { html, body, #container {

View File

@ -79,7 +79,7 @@ class ParityBackground extends Component {
}; };
if (attachDocument) { if (attachDocument) {
document.documentElement.style.background = style.background; document.documentElement.style.backgroundImage = style.background;
} }
return ( return (