浏览代码

attach background image to bodytag not html

master
Dom SP 3 年前
父节点
当前提交
24b003d7dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/views/colors.css

+ 1
- 1
app/views/colors.css 查看文件

@@ -1,4 +1,4 @@
html {
body {
background-color: {{ @backgroundColor }};
background-image: url(/{{ @backgroundImage }});
}

正在加载...
取消
保存