From ca5c374cc51f8c09baba790d04c06963420aa3c1 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Mon, 12 Aug 2019 23:02:11 +0200 Subject: [PATCH] style: Make home screen partially transparent --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index ecb91c059..2792ab7aa 100644 --- a/src/style.css +++ b/src/style.css @@ -64,7 +64,7 @@ phosh-activity box { } phosh-home, .phosh-panel { - background: black; + background: rgba(0,0,0,0.85); color: white; } @@ -79,7 +79,7 @@ phosh-home, .phosh-panel { /* Overview (app switcher, favorites) */ .phosh-overview { - background: black; + background: none; } .phosh-favorite { @@ -135,7 +135,7 @@ phosh-overview { } phosh-app-grid { - background: rgba(0,0,0,0.4); + background: rgba(0,0,0,1.0); } phosh-app-grid separator { -- GitLab