Dark mode for Google login page, based on image inversion.
Google Login Dark by min4builder
Details
Authormin4builder
LicenseCC-BY-SA
Categoryaccounts.google.com
Created
Updated
Size308 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Login Dark
@version 20230915.20.08
@namespace ?
==/UserStyle== */
@-moz-document domain("accounts.google.com") {
:root {
filter: invert(100%) hue-rotate(180deg);
}
img {
filter: invert(100%) hue-rotate(180deg);
}
* {
box-shadow: none !important;
}
}