ソースを参照

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 }}">

読み込み中…
キャンセル
保存