diff --git a/index.html b/index.html index 2c7a593..de1bbff 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-

OTAMan SIM OTA with a Human Face v1.3.2

+

OTAMan SIM OTA with a Human Face v1.4.0

github @@ -918,7 +918,7 @@
- +
@@ -2837,7 +2837,7 @@ function stkMenuHandleResponse(data) { backBtn.style.display = ''; btns.classList.remove('hidden'); } else { - content.innerHTML = 'Done'; + content.innerHTML = 'SW: ' + esc(data.sw || '?') + ''; stkSetPillsDisabled(false); backBtn.style.display = 'none'; } diff --git a/style.css b/style.css index a1cce9b..d26f903 100644 --- a/style.css +++ b/style.css @@ -902,11 +902,6 @@ video { border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); } -.bg-amber-50 { - --tw-bg-opacity: 1; - background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)); -} - .bg-black\/50 { background-color: rgb(0 0 0 / 0.5); } @@ -1101,16 +1096,16 @@ video { line-height: 1.625; } -.text-amber-600 { - --tw-text-opacity: 1; - color: rgb(217 119 6 / var(--tw-text-opacity, 1)); -} - .text-blue-600 { --tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity, 1)); } +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity, 1)); +} + .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1)); @@ -1289,10 +1284,6 @@ video { border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)); } -.dark\:bg-amber-900\/30:is(.dark *) { - background-color: rgb(120 53 15 / 0.3); -} - .dark\:bg-blue-500:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)); @@ -1317,16 +1308,16 @@ video { background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)); } -.dark\:text-amber-400:is(.dark *) { - --tw-text-opacity: 1; - color: rgb(251 191 36 / var(--tw-text-opacity, 1)); -} - .dark\:text-blue-400:is(.dark *) { --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity, 1)); } +.dark\:text-gray-600:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity, 1)); +} + .dark\:text-green-400:is(.dark *) { --tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity, 1));