diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index 0c238483..0404bde3 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -166,6 +166,15 @@ body { transition: background-color 5000000s ease-in-out 0s; } + input:-webkit-autofill { + -webkit-text-fill-color: var(--color-text-strong) !important; + } + + input:-moz-autofill { + -moz-text-fill-color: var(--color-text-strong) !important; + } + + [data-component="container"] { max-width: 67.5rem; margin: 0 auto; diff --git a/packages/console/app/src/routes/zen/index.css b/packages/console/app/src/routes/zen/index.css index 740a5a69..74b4ba86 100644 --- a/packages/console/app/src/routes/zen/index.css +++ b/packages/console/app/src/routes/zen/index.css @@ -94,6 +94,14 @@ body { transition: background-color 5000000s ease-in-out 0s; } + input:-webkit-autofill { + -webkit-text-fill-color: var(--color-text-strong) !important; + } + + input:-moz-autofill { + -moz-text-fill-color: var(--color-text-strong) !important; + } + [data-component="container"] { max-width: 67.5rem;