This commit is contained in:
2026-06-03 11:53:48 +08:00
parent c2020af3bf
commit bf9ea19771
12 changed files with 69 additions and 43 deletions

View File

@@ -259,20 +259,4 @@ function close() {
font-size: 15px;
}
}
/* 深色模式适配 */
@media (prefers-color-scheme: dark) {
.guide-content {
background: rgba(30, 30, 30, 0.95);
color: #e5e5e5;
}
.guide-title {
color: #ffffff;
}
.guide-instruction {
color: #d1d5db;
}
}
</style>