(css) Increase reflection effect of free events

Fixes #3192
pull/217/head
Francis Lachapelle 2016-07-08 08:56:45 -04:00
parent bfd3508949
commit 61215792ab
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ $quarter_height: 10px;
background-image: linear-gradient(
to right bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, .15) 50%,
rgba(255, 255, 255, .25) 50%,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0)
);