git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
I knew that command was missing something.
[philo.git]
/
static
/
scss
/
screen.scss
diff --git
a/static/scss/screen.scss
b/static/scss/screen.scss
index
ff293f2
..
d6a043c
100644
(file)
--- 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;
}