Skip to content

bilibili ai总结 夜间模式fix by tiamed

Details

Authortiamed

LicenseNo License

Categorybilibili

Created

Updated

Size468 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

修复ai总结夜间模式下的样式

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bilibili ai总结 夜间模式fix
@version      20231115.09.39
@namespace    ?
==/UserStyle== */

@-moz-document domain("bilibili.com") {
.ai-summary-popup {
    background: black;
}

.ai-summary-popup-body-outline .section:hover {
    background: #333;
}

.ai-summary-popup-header {
    background: inherit;
}

.ai-summary-popup-body {
    color: #eee;
}

.ai-summary-popup-header-left .ai-summary-popup-tips-text {
    color: #eee;
}
}

Reviews

No reviews yet.