mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整设置页背景
This commit is contained in:
parent
8b90b2845b
commit
735476e869
2 changed files with 9 additions and 2132 deletions
2131
BAK.theme.css
2131
BAK.theme.css
File diff suppressed because it is too large
Load diff
10
theme.css
10
theme.css
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue