Skip to content

BewlyBewly 暗色模式背景加亮 by DemoJameson

Details

AuthorDemoJameson

LicenseNo License

Categorybilibili.com

Created

Updated

Size656 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         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;
}
}

Reviews

No reviews yet.