暗黑模式底部版权效果优化

This commit is contained in:
RuoYi
2026-01-05 16:32:20 +08:00
parent 2a72074832
commit a1bee42238

View File

@@ -261,5 +261,11 @@ html.dark {
background: var(--cron-border);
}
/* 底部版权样式覆盖 */
.copyright {
background-color: var(--el-bg-color) !important;
color: var(--el-text-color-regular) !important;
border-top: 1px solid var(--el-bg-color) !important;
}
}