From d74ecda9539277f03b0f9df5088caab39f0e2177 Mon Sep 17 00:00:00 2001 From: Henrik Bygren Date: Tue, 30 Apr 2024 08:02:34 +0000 Subject: [PATCH] Safari fix --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 */