Ver código fonte

attach background image to bodytag not html

master
Dom SP 3 anos atrás
pai
commit
24b003d7dd
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app/views/colors.css

+ 1
- 1
app/views/colors.css Ver arquivo

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

Carregando…
Cancelar
Salvar