Added a pleasant gradient.
[philo.git] / static / scss / screen.scss
index ff293f2..d6a043c 100644 (file)
@@ -18,6 +18,9 @@
 
 body{
        background:$page-background;
+       @include background(
+               linear-gradient(top, desaturate(darken($page-background, 15%), 10%) 0, $page-background 250px)
+       );
        @include body-text;
 }