Browse Source

Change label color

soyjavi 13 năm trước cách đây
mục cha
commit
cc39abf50f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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