Skip to content

bilibili ai总结 夜间模式fix by tiamed

Details

Authortiamed

LicenseNo License

Categorybilibili

Created

Updated

Size890 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      20241201.03.55
@namespace    https://userstyles.world/user/tiamed
@description  修复ai总结夜间模式下的样式
@author       tiamed
@license      No License
==/UserStyle== */

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

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

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

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

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

div[data-video-assistant-subject-wrapper] div[data-video-assistant-subject] {
  --app_bg: #141414;
  --app_graph_bg: #1f1f1f;
  --graph_bg_regular_float: #434343;
  --bg1_float: #434343;
  --text1: #d9d9d9
}

div[data-video-assistant-subject-fallback] {
  --graph_bg_bright: #1f1f1f;
}
}

Reviews

No reviews yet.