change textColor and muted from rgba to hex
[bootswatch] / amelia / bootswatch.less
index 545ebd1..9daba62 100755 (executable)
@@ -36,7 +36,7 @@ blockquote {
 }
 
 .muted {
-       color: rgba(255, 255, 255, 0.5);
+       color: rgba(255, 255, 255, 0.6);
 }
 
 // SCAFFOLDING
@@ -501,8 +501,8 @@ legend {
 }
 
 legend, label, .help-block, .input-file {
-       color: @textColor;
        border: 0px solid transparent;
+       color: inherit;
 }
 
 input, textarea, .uneditable-input {