Skip to content

Commit

Permalink
Fix page background being transparentized
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 30, 2015
1 parent 8f05879 commit fc4d1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ div#lightbox {

@media all and (min-width: 822px) {
html {
background: transparent url("../images/sidebar.png") repeat-y left top;
background: #fff url("../images/sidebar.png") repeat-y left top;
}

div.avatar-wrap {
Expand Down

0 comments on commit fc4d1e5

Please sign in to comment.