Bläddra i källkod

Merge branch 'hotfix/0.5.2' into develop

Markus Ochel 12 år sedan
förälder
incheckning
bfa73abda4
4 ändrade filer med 8 tillägg och 3 borttagningar
  1. 5 0
      HISTORY.md
  2. 1 1
      admin/kanso.json
  3. 1 1
      admin/static/css/mixin.styl
  4. 1 1
      site/kanso.json

+ 5 - 0
HISTORY.md

@@ -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 - 1
admin/kanso.json

@@ -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"],

+ 1 - 1
admin/static/css/mixin.styl

@@ -39,7 +39,7 @@ $color28        = #97BEAD
 
 $primaryColor   = $defaultColor
 $lightGrey      = #A0A0A0
-$faintGrey      = #E0E0E0
+$faintGrey      = #F0F0F0
 $linkColor      = darken($primaryColor, 20%)
 $textColor      = #606060
 $textDarkColor  = darken($textColor, 4%)

+ 1 - 1
site/kanso.json

@@ -1,6 +1,6 @@
 {
   "name": "site",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "description": "Kleks site application that renders each site.",
   "load": "server/setup",
   "modules": ["server","lib"],