diff --git a/css/style.css b/css/style.css index db9c04f..cb5e222 100644 --- a/css/style.css +++ b/css/style.css @@ -26,13 +26,19 @@ main input{ font-size: 3.5rem; margin-bottom:10px; background-color: black; - color: green; + color: rgba(0, 255, 0, 1); text-align: right; padding: 10px 4px 10px 4px; font-family: lcd; border: 1px solid yellow; border-radius:4px; } +input[disabled] { + -webkit-text-fill-color: rgba(0, 255, 0, 1); + opacity: 1; + -webkit-opacity: 1; + color: rgba(0, 255, 0, 1) +} main section#keyBoard { /** Grid eller liknade */