From d0d9772dfc5b43b98d2bcfdfe30eb3d77cfac041 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 25 Mar 2012 22:04:19 -0400 Subject: all: fixes #11, rgba value for white (thanks @isc!) --- amelia/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amelia/variables.less') diff --git a/amelia/variables.less b/amelia/variables.less index edeb2976..0e11a7d0 100755 --- a/amelia/variables.less +++ b/amelia/variables.less @@ -36,7 +36,7 @@ // Scaffolding // ------------------------- @bodyBackground: #003F4D; -@textColor: rgba(256, 256, 256, 0.9); +@textColor: rgba(255, 255, 255, 0.9); // Links @@ -61,7 +61,7 @@ // ------------------------- @tableBackground: lighten(#147E88, 10%); // overall background-color @tableBackgroundAccent: lighten(#147E88, 15%); // for striping -@tableBackgroundHover: rgba(256, 256, 256, 0.4); // for hover +@tableBackgroundHover: rgba(255, 255, 255, 0.4); // for hover @tableBorder: lighten(#147E88, 12%); // table and cell border -- cgit v1.2.3