Google Cloud Input Tools improvements for Dark Mode
www.google.com by FlameWolf
Details
AuthorFlameWolf
LicenseNo License
Categoryhttps://www.google.com/inputtools/try
Created
Updated
Size473 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 www.google.com
@version 20241030.11.06
@namespace https://userstyles.world/user/FlameWolf
@description Google Cloud Input Tools improvements for Dark Mode
@author FlameWolf
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/inputtools/try/") {
.editor-box {
height: 1024px !important;
}
.editor-methods,
.ita-kd-inputtools-div,
.ita-kd-checkbox,
.ita-kd-img {
filter: invert(1);
}
}