From 8bb3c321711e2d526b7fe98a9b6d0ccd14a3eb36 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 27 Mar 2016 07:31:28 -0400 Subject: disabled fancy wallpaper to reduce memory pressure. was initially targetted for #212, but that problem turned out to be different. No harm anyway Former-commit-id: 1766757b206ed4cbe6bc32d6ab3fd88ab1adacb3 --- www/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index d5c82b73..d230738e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -706,9 +706,10 @@ input[type=range]::-webkit-slider-thumb { .pin-background.scroll-content { - background: url('../img/background.png') no-repeat center center fixed; + /*background: url('../img/background.png') no-repeat center center fixed;*/ background-size: cover; background-color:#555555; + /*background-color:#16a085;*/ } -- cgit v1.2.3