Dark Mode
Bilibili by fakesmile9704
Details
Authorfakesmile9704
LicenseNo License
CategoryDark Mode
Created
Updated
Size803 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Dark mode
Source code
/* ==UserStyle==
@name bilibilicomics.com - 8/6/2023, 12:31:06 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("bilibilicomics.com") {
/* Insert code here... */
.editor-container {
background-color: black;
}
.editor-header {
background-color: black !important;
color: white;
}
.editor-sidebar-container {
background-color: black;
}
.editor-operation-container {
background-color: black;
color: white;
}
.bottom-action {
background-color: black !important;
color: white;
}
/* .editor-header[data-v-20108606] {
background: black;
color: white;
} */
}