Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
ivenus
6 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
2 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: