fix: "自定义"标签在暗色主题下看不见

This commit is contained in:
Doyoung
2025-10-31 11:44:24 +08:00
parent 5c507dbf2e
commit 8b244bcbf0
2 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,8 @@
//修改的进度条底色
--color-progress-bar: #d1d5df !important;
--color-label-bg: whitesmoke;
}
.footer {
@@ -118,6 +120,8 @@ html.dark {
--color-progress-bar: rgb(73, 77, 82) !important;
--color-label-bg: rgb(10, 10, 10);
.footer {
&.hide {
--color-progress-bar: var(--color-third) !important;

View File

@@ -65,7 +65,7 @@ const studyProgress = $computed(() => {
top: 4px;
right: -22px;
padding: 1px 20px;
background: whitesmoke;
background: var(--color-label-bg);
font-size: 11px;
transform: rotate(45deg);
}