Fix css style

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-12-04 20:55:51 +01:00
parent d8797ac8f9
commit 5299221104

View File

@@ -102,8 +102,10 @@ select:-webkit-autofill {
} }
/* Invert Style */ /* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], embed[type="application/pdf"] .jfk-bubble.gtx-bubble,
{ .captcheck_answer_label > input + img,
span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"],
embed[type="application/pdf"] {
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important; filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
} }