summaryrefslogtreecommitdiff
path: root/amelia/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-25 22:04:19 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-25 22:04:19 -0400
commitd0d9772dfc5b43b98d2bcfdfe30eb3d77cfac041 (patch)
treeeb1af78f11905939facaf8e2002f960f65a5d9fd /amelia/variables.less
parent870f58aad9c3caf9ac142a82dcbf513a47d1c2f0 (diff)
all: fixes #11, rgba value for white (thanks @isc!)
Diffstat (limited to 'amelia/variables.less')
-rwxr-xr-xamelia/variables.less4
1 files changed, 2 insertions, 2 deletions
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