Files
hexo_blog/themes/matery/layout/_partial/background.ejs
T
2022-04-25 13:40:12 +08:00

9 lines
194 B
Plaintext

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