Skip to content

Commit 234ccd1

Browse files
committed
Fix background color
1 parent 8870ff5 commit 234ccd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/styles/_chameleon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ html, body {
233233
}
234234

235235
.main {
236-
background-color: #f2f2f2;
236+
background-color: #ffffff;
237237
background-image: url(../images/bg.jpg);
238238
background-repeat: repeat-x;
239239
padding-top: 1.5em;

0 commit comments

Comments
 (0)