ソースを参照

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