diff --git a/dencode.css b/dencode.css index 8a7e9cd..8fadfda 100644 --- a/dencode.css +++ b/dencode.css @@ -54,6 +54,7 @@ div.wrapper { border-style: solid; border-width: 1px; box-shadow: 0 0 1px 1px #ea0 inset; + color: #000; margin-bottom: 0.5em; padding: 0.5em; } @@ -75,11 +76,13 @@ textarea.input { textarea.input.error { background-color: #f88; border-color: #f00; + color: #000; } textarea.input.error:focus, textarea.input.error:hover { background-color: #faa; border-color: #f00; + color: #000; } select.conversion { @@ -94,12 +97,14 @@ select.conversion { textarea.input, select.conversion { background-color: #fdfbf0; border-color: #fae8e7; + color: #000; } textarea.input:focus, textarea.input:hover, select.conversion:focus, select.conversion:hover { background-color: #fff; border-color: #fdfbf0; + color: #000; } textarea.input:hover,