pref: debug toolbar 太费时间 先禁用 (#8528)

* perf: 修改主题色

* pref: debug toolbar 太费时间 先禁用

* perf: 修改颜色

* perf: 优化 interface

* perf: 修改 avartar

* perf: css color

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2022-07-05 14:43:56 +08:00
committed by GitHub
parent bbcf992531
commit 001e5d857f
30 changed files with 192 additions and 509 deletions

View File

@@ -111,7 +111,7 @@
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
background: #1AB394;
background: var(--primary-color);
color: #fff;
cursor: default;
}
@@ -250,7 +250,7 @@
.wizard > .actions a:hover,
.wizard > .actions a:active
{
background: #1AB394;
background: var(--primary-color);
color: #fff;
display: block;
padding: 0.5em 1em;
@@ -376,4 +376,4 @@
.tabcontrol > .content > .body ul > li
{
display: list-item;
}
}