Change background image to simple background color
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
// -------------------------
|
||||
|
||||
body {
|
||||
background: #FFF url("@{imgDir}/bg.jpg") top left no-repeat;
|
||||
background-size: cover;
|
||||
// background: #FFF url("@{imgDir}/bg.jpg") top left no-repeat;
|
||||
// background-size: cover;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user