This website works better with JavaScript.
Home
Explore
Help
Sign In
dom
/
freaCMS
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
attach background image to bodytag not html
master
Dom SP
3 years ago
parent
774d912444
commit
24b003d7dd
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+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 }});
}
}
Write
Preview
Loading…
Cancel
Save