Browse Source

Change label color

soyjavi 13 years ago
parent
commit
cc39abf50f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/stylesheets/theme/theme.widget.form.styl

+ 1 - 1
src/stylesheets/theme/theme.widget.form.styl

@@ -9,7 +9,7 @@
 
 form, .form
   & label
-    color: #aaa
+    color: darken(FORM_color, 50%)
     font-weight: 300
 
   & fieldset