已废弃,请使用 BewlyBewly 的自定义 CSS 功能。
需要安装此脚本使得样式在 Shadow DOM 中生效
https://greasyfork.org/zh-CN/scripts/486849-inject-stylus-in-shadow-dom
AuthorDemoJameson
LicenseNo License
Categorybilibili.com
Created
Updated
Size676 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
已废弃,请使用 BewlyBewly 的自定义 CSS 功能。
需要安装此脚本使得样式在 Shadow DOM 中生效
https://greasyfork.org/zh-CN/scripts/486849-inject-stylus-in-shadow-dom
/* ==UserStyle==
@name BewlyBewly 暗色模式背景加亮
@version 20240917.12.43
@namespace https://userstyles.world/user/DemoJameson
@description 需要安装此脚本使得样式在 Shadow DOM 中生效https://greasyfork.org/zh-CN/scripts/486849-inject-stylus-in-shadow-dom
@author DemoJameson
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.bilibili.com/") {
#app,
#__next,
.main-container {
background-color: hsl(230 12% 10%) !important;
}
:host .bili-comments-bottom-fixed-wrapper,
:host .bili-comments-bottom-fixed-wrapper > div {
background-color: hsl(230 12% 10%) !important;
}
}