Browse Source

attach background image to bodytag not html

master
Dom SP 3 years ago
parent
commit
24b003d7dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/colors.css

+ 1
- 1
app/views/colors.css View File

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

Loading…
Cancel
Save