调整设置页背景

This commit is contained in:
hezhendong 2025-03-28 22:48:17 +08:00
parent 8b90b2845b
commit 735476e869
2 changed files with 9 additions and 2132 deletions

File diff suppressed because it is too large Load diff

View file

@ -267,7 +267,7 @@ body.is-mobile {
--win-editor-bg-color: rgba(240, 240, 240, .65);
--win-window-opacity: 0.2;
--background-secondary-alt: rgba(240, 240, 240, 0.1);
--background-setting-item: rgba(28, 28, 28, 0.05);
--background-setting-item: rgba(28, 28, 28, 0.03);
}
.is-mobile.theme-light {
@ -349,6 +349,14 @@ body:not(.is-mobile) .workspace-split.mod-left-split .workspace-sidedock-vault-p
/* display: none; */
}
.vertical-tab-header {
background-color: rgb(244 244 244);
}
.is-phone .modal.mod-settings .vertical-tab-nav-item-chevron {
color: #a5a5a5;
}
img {
max-width: 100%;
}