Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
ivenus
7 months agoNew Contributor
1PW extension bug: autofill theme detection fails when using oklch color scheme
Hey, I am trying to fix the autofill background on a web app that has dark mode. Right now the 1Password extension applies light autofill background which creates unreadable contrast (1st screenshot...
RaniAgus
3 months agoNew Contributor
Hey folks, while waiting for this bug to be fixed I've tried applying this style in order to change the input text color and it worked:
/* Tweak for 1Password filled inputs in dark theme, due to a known issue */
.dark input[data-com-onepassword-filled="light"] {
color: #000000;
}Now it still has the same background color, but at least the input content is visible: