diff options
author | Siri Reiter <siri@pjones.dk> | 2022-10-31 18:31:54 +0100 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2022-10-31 18:31:54 +0100 |
commit | 784f54eff6192116221e5d15ee600094350d4c84 (patch) | |
tree | 1e610a348f2d63ece86a4e07e81d4b9ab64f236e /style.scss | |
parent | 7ccc9515d0593364013e80c1f7de1d3a09c218cf (diff) |
add background images
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); } |