Skip to content

Instantly share code, notes, and snippets.

View ArchmageAcheng's full-sized avatar

阿成 ArchmageAcheng

View GitHub Profile
@thallium
thallium / main.css
Last active August 11, 2022 01:44
disable bilibili background image
@media (prefers-color-scheme: dark) {
body {
background-color: rgb(24, 26, 27) !important;
background-image: none !important;
}
.fixed-bg[data-v-d112ac46] {
background-color: rgb(24, 26, 27) !important;
background-image: none !important;
}
}