X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/30e7821ba4b462355626c54887920872c7111a21..24aa60ec77e9f084f9eb9e31aaead04dfe8e7321:/static/scss/screen.scss?ds=sidebyside diff --git a/static/scss/screen.scss b/static/scss/screen.scss index ff293f2..d6a043c 100644 --- a/static/scss/screen.scss +++ b/static/scss/screen.scss @@ -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; }