summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src
diff options
context:
space:
mode:
authorJames Long <[email protected]>2026-02-16 17:39:28 -0500
committerGitHub <[email protected]>2026-02-16 17:39:28 -0500
commitd93cefd47af5cb18f4c5e0a978537e1da9d58658 (patch)
tree001367e938ee5587344d275371190f5c2df92a5d /packages/console/app/src
parenta580fb47d207150b0fdfe18297afb71edbdf577c (diff)
downloadopencode-d93cefd47af5cb18f4c5e0a978537e1da9d58658.tar.gz
opencode-d93cefd47af5cb18f4c5e0a978537e1da9d58658.zip
fix(website): fix site in safari 18 (#13894)
Diffstat (limited to 'packages/console/app/src')
-rw-r--r--packages/console/app/src/routes/index.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css
index 1c734c9d0..770280e6c 100644
--- a/packages/console/app/src/routes/index.css
+++ b/packages/console/app/src/routes/index.css
@@ -174,21 +174,6 @@ body {
}
}
- input:-webkit-autofill,
- input:-webkit-autofill:hover,
- input:-webkit-autofill:focus,
- input:-webkit-autofill:active {
- 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;
@@ -1249,4 +1234,19 @@ body {
text-decoration: underline;
}
}
+
+ input:-webkit-autofill,
+ input:-webkit-autofill:hover,
+ input:-webkit-autofill:focus,
+ input:-webkit-autofill:active {
+ 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;
+ }
}