From e30aef2cef323c939996368409d8a6db404e5c56 Mon Sep 17 00:00:00 2001 From: tienifr Date: Wed, 20 Dec 2023 17:30:52 +0700 Subject: [PATCH] fix: plaid iframe transparent background --- web/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/index.html b/web/index.html index 967873fe586c..7c02614d17b2 100644 --- a/web/index.html +++ b/web/index.html @@ -96,6 +96,11 @@ caret-color: #ffffff; } + /* Customize Plaid iframe */ + [id^="plaid-link-iframe"] { + color-scheme: dark !important; + } + /* Prevent autofill from overlapping with the input label in Chrome */ div:has(input:-webkit-autofill, input[chrome-autofilled]) > label { transform: translateY(var(--active-label-translate-y)) scale(var(--active-label-scale)) !important;