From e0a96098143697821d66153acd0b8d0cf8acbb2a Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 29 Oct 2019 12:53:09 +0100 Subject: small styling fixes --- scss/_browser.scss | 1 + scss/_reset.scss | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3