summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-04-06 21:20:20 -0400
committerThomas Park <thomas@thomaspark.me>2013-04-06 21:20:20 -0400
commit949ed839871448ccbe9d1b3f1b1fededd6db0b88 (patch)
tree02f15b36b72399db2a40fa2b00e5eb24ee8f5f65 /amelia/bootswatch.less
parent8f67e1694d1e9e537ea8eb8ab6212e191531d7eb (diff)
change textColor and muted from rgba to hex
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 545ebd1a..9daba62c 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -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 {