浏览代码

Change label color

soyjavi 13 年之前
父节点
当前提交
cc39abf50f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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