From fef7e321ada25966195e091edbe3ce63f3a2042b Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Tue, 5 Apr 2016 20:15:36 -0400 Subject: [PATCH] Set background blend mode for call view --- src/less/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/less/main.less b/src/less/main.less index 656eba3..f9aa6ed 100644 --- a/src/less/main.less +++ b/src/less/main.less @@ -35,6 +35,7 @@ body.call { background-size: 200px; background-position: 50% 50%; background-repeat: no-repeat; + background-blend-mode: soft-light; } #github-ribbon {