您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark theme for CSSGradient.io
当前为
- /* ==UserStyle==
- @name cssgradient.io - Dark Mode
- @namespace typpi.online
- @version 1.0.1
- @description Dark theme for CSSGradient.io
- @author Nick2bad4u
- @license UnLicense
- @homepageURL https://github.com/Nick2bad4u/UserStyles
- ==/UserStyle== */
- @-moz-document domain("cssgradient.io") {
- /* Invert colors except images and videos */
- main,
- .panel-app,
- .app-gradient,
- .app-color,
- .app-options,
- .home-article,
- .nav,
- .home-page,
- .blog-card,
- .site-footer,
- .blog-header,
- .blog-article,
- .row,
- .html-backgrounds,
- .gradient-backgrounds,
- .js-body-content,
- .content-backgrounds,
- .sidenav-fake,
- .sidenav-backgrounds__list-item .sidenav-backgrounds__background,
- body,
- #app,
- .pt-16,
- .mt-2,
- .page-article,
- .page-header,
- .page-card,
- .swatch-card__bar,
- .swatch-card__copy
- {
- background: black !important;
- color: white !important;
- }
- .app-color__stop.is-active
- {
- background: black !important;
- color: white !important;
- }
- }