Less harsh gradient #200

This commit is contained in:
Tobias Reich 2014-08-17 18:58:12 +02:00
parent 1db84272cb
commit 61ecca0440
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
margin: 2px;
}
.album .overlay {
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%);
}
.photo .overlay {
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.9) 100%);

File diff suppressed because one or more lines are too long