diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 18:53:16 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 18:53:16 -0400 |
commit | 260a7893c85b6e29ad4b51eccd8312eaed10ec58 (patch) | |
tree | 30ef2d4c341c6c0e78b744d7402fe845a5b0e584 /2/amelia/bootswatch.less | |
parent | 4642156cbc6da4a9e25dce2168f2fb9b726de042 (diff) |
amelia, spruce: fixes text state colors, closes #122
Diffstat (limited to '2/amelia/bootswatch.less')
-rwxr-xr-x | 2/amelia/bootswatch.less | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/2/amelia/bootswatch.less b/2/amelia/bootswatch.less index 643d65e6..31c1a21c 100755 --- a/2/amelia/bootswatch.less +++ b/2/amelia/bootswatch.less @@ -39,6 +39,22 @@ blockquote { color: rgba(255, 255, 255, 0.6); } +.text-warning { + color: lighten(@yellow, 30%); +} + +.text-error { + color: lighten(@orange, 30%); +} + +.text-success { + color: lighten(@green, 30%); +} + +.text-info { + color: lighten(@blue, 30%); +} + // SCAFFOLDING // ----------------------------------------------------- @@ -747,33 +763,13 @@ input, textarea, .search-query, .uneditable-input, &-header { background-color: @navbarBackground; + border-bottom: none; color: @white; } &-body { - color: @grayDark; - - h1, h2, h3, h4, h5, h6, - legend { - color: @red; - } - - label, - .input-file { - color: @grayDark; - } - - .help-block, - .help-inline { - color: @grayLight; - } - - textarea, - input, - .uneditable-input { - border: 1px solid @grayLight; - } + background-color: @wellBackground; } } |