diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 11:53:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 11:53:09 +0000 |
| commit | e0a96098143697821d66153acd0b8d0cf8acbb2a (patch) | |
| tree | 68e820371c78dd8518490947e11bb35c4a49970c | |
| parent | save edited changes (diff) | |
| download | mmm-e0a96098143697821d66153acd0b8d0cf8acbb2a.tar.gz mmm-e0a96098143697821d66153acd0b8d0cf8acbb2a.zip | |
small styling fixes
| -rw-r--r-- | scss/_browser.scss | 1 | ||||
| -rw-r--r-- | scss/_reset.scss | 7 |
2 files changed, 7 insertions, 1 deletions
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 @@ body, html, h1, h2, h3, h4, h5, h6 { } 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; } |
