Forráskód Böngészése

Change label color

soyjavi 13 éve
szülő
commit
cc39abf50f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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