diff --git a/scss/_browser.scss b/scss/_browser.scss index da49f71..1c5b5b2 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -79,6 +79,7 @@ padding: 1em 2em; overflow: hidden; + color: $gray-darker; background: $gray-fail; &.empty { diff --git a/scss/_reset.scss b/scss/_reset.scss index 859f96f..396c3e7 100644 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -13,7 +13,12 @@ } h1, h2, h3, h4, h5, h6 { font-weight: bold; } -input, select, button { color: initial; } +input, select, button { + color: initial; + &:disabled { + color: graytext; + } +} tt, code, kbd, samp { font-family: monospace; } code { font-size: 0.8em; } b, strong { font-weight: bold; }