1
0
Fork 0

[frio] Rename bgcolor to background-color

This commit is contained in:
Hypolite Petovan 2018-04-24 20:37:04 -04:00
commit 0f82c3348d
4 changed files with 10 additions and 10 deletions

View file

@ -24,7 +24,7 @@ and open the template in the editor.
body {
padding-top: 110px;
background-color: $bgcolor;
background-color: $background_color;
background-image: url("$background_image");
background-size: $background_size_img;
background-attachment: fixed;