mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整移动端选择 tab 背景色
This commit is contained in:
parent
df2a0b3a9c
commit
401e078c81
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ body.is-mobile {
|
|||
--editor-bg-color: rgba(28, 28, 28, .8);
|
||||
--suggestion-bg-color: rgba(28, 28, 28, 0.1);
|
||||
--code-background: rgba(0, 0, 0, 0.2);
|
||||
--background-modifier-form-field: rgba(245, 245, 245, 0.04);
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
|
|
@ -127,6 +128,7 @@ body.is-mobile {
|
|||
--suggestion-bg-color: rgba(248, 248, 248, 0.1);
|
||||
--divider-color: rgba(0, 0, 0, 0.01);
|
||||
--code-background: rgba(200, 200, 200, 0.2);
|
||||
--background-modifier-form-field: rgba(230, 230, 230, 0.5);
|
||||
}
|
||||
|
||||
.mod-windows {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue