浏览代码

remove generic styling from inline CSS

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

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

@@ -1,10 +1,6 @@
html {
background-color: {{ @backgroundColor }};
background-image: url(/{{ @backgroundImage }});
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 2000px 2000px;
}

<repeat group="{{ @customVars }}" key="{{ @ikey }}" value="{{ @ivalue }}">

正在加载...
取消
保存