@@ -1,6 +1,11 @@
History of Changes
==================
+## v0.5.2 / 2012-06-21
+
+- Darken the content text color for better readability
+- Enhance navigation contrast colors
## v0.5.1 / 2012-04-29
- Initial open-source release
@@ -1,6 +1,6 @@
{
"name": "admin",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "Kleks admin application that allows management of sites and content.",
"load": "server/setup",
"modules": ["server","controllers","models","lib"],
@@ -39,7 +39,7 @@ $color28 = #97BEAD
$primaryColor = $defaultColor
$lightGrey = #A0A0A0
-$faintGrey = #E0E0E0
+$faintGrey = #F0F0F0
$linkColor = darken($primaryColor, 20%)
$textColor = #606060
$textDarkColor = darken($textColor, 4%)
"name": "site",
"description": "Kleks site application that renders each site.",
"modules": ["server","lib"],