9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
<style>
|
|
body{
|
|
background-image: url(<%- theme.background.url %>);
|
|
background-repeat:no-repeat;
|
|
background-size:cover;
|
|
background-attachment:fixed;
|
|
}
|
|
</style>
|