Replace mobile background image by a color

This commit is contained in:
augier 2015-09-20 17:32:11 +02:00
parent 7bcf464cf4
commit 647a422d6c
2 changed files with 1 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -26,11 +26,7 @@ code {
}
body {
background: {
image: image-url("mobile/hatched-light.jpg");
/* scale background image down for iOS retina display */
size: 200px;
}
background-color: $sidebars-background;
padding: 0;
}