Sfoglia il codice sorgente

attach background image to bodytag not html

master
Dom SP 3 anni fa
parent
commit
24b003d7dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/views/colors.css

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

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

Loading…
Annulla
Salva