Explorar el Código

Change label color

soyjavi hace 13 años
padre
commit
cc39abf50f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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