From 9065b697449351488a624b32d075d5fcefe076ce Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 1 Apr 2014 12:47:59 +0200 Subject: style: change alpha of launcher grid --- shell/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/style.css b/shell/style.css index 4c2088c..e63580d 100644 --- a/shell/style.css +++ b/shell/style.css @@ -31,11 +31,11 @@ } .maynard-grid { - background-color: alpha(white, 0.5); + background-color: alpha(black, 0.6); } .maynard-grid-item { - background-color: alpha(black, 0.7); + background-color: alpha(black, 0.6); color: white; font: Droid Sans 12; border-style: solid; -- cgit v1.3.1