diff --git a/src/style.css b/src/style.css index ecb91c059b4653be49e77fcf0c1591af661f1502..2792ab7aa4f96839176a4907a3b977369e1db76f 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 {