修复通义页面 darkreader 无法实现暗色
修复通义页面 darkreader 无法实现暗色 by WangJincheng4869
Details
AuthorWangJincheng4869
LicenseNo License
Categorytongyi.aliyun
Created
Updated
Size486 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 修复 通义 会话页面 darkreader 无法实现暗色
@version 20250209.13.35
@namespace https://userstyles.world/user/WangJincheng4869
@description 修复通义页面 darkreader 无法实现暗色
@author WangJincheng4869
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://tongyi.aliyun.com/qianwen") {
html[data-darkreader-scheme="dark"] div[class^="mainContent"] {
background-color: #1C1E1F !important;
}
}