materialui.co color picker hex dark mode filter-invert.
materialui.co color picker hex dark mod filter-inv by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorymaterialui.co
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name materialui.co color picker hex dark mode filter-invert
@version 20240716.99.1
@namespace english
@description materialui.co color picker hex dark mode filter-invert.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("materialui.co") {
/* ==UserStyle==
@name materialui.co color picker hex dark mode filter-invert
@description materialui.co color picker hex dark mode filter-invert.
@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 div.material-colors{ }
*/
html {background: #252525;}
aside div.left-0{background: none;
filter: invert(1)hue-rotate(180deg);}
.layout__ad{display:none;}
.layout__aside {
border-right: solid #0004 6px;
}
}