diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ @include ikiwiki-style; +body { + background-image: url(cloud.jpg), url(grass.jpg), url(stream.jpg), url(birds.jpg); + background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; + background-position: right 5em top 5em, right 5em bottom 5em, left 5em bottom 5em, left 5em top 7em; + background-size: 30em, 30em, 30em, 30em; +} + h1 { @include typeset(heading-1); } |