Google Contacts dark mode - invert colors.
Google Contacts dark mode - invert colors by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorycontats.google.com
Created
Updated
Size955 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 Contacts dark mode - invert colors
@version 20240709.99.1
@namespace english
@description Google Contacts dark mode - invert colors.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("contacts.google.com") {
/* ==UserStyle==
@name Google Contacts dark mode - invert colors
@description Google Contacts dark mode - invert colors.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html{filter:invert(1)hue-rotate(180deg)brightness(1.3)contrast(0.755);}
img{filter:invert(1)hue-rotate(180deg)brightness(1.2)contrast(1.1);}
}