mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
3ad0c3f0ab
commit
0fab1107e9
@ -31,10 +31,8 @@ Volcanos({river: {
|
||||
]},
|
||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
||||
{space: "20210308-sshd", index: "ssh.relay"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.aliyun.dns.record"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.bundle"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.tencent.billing.resource"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.profile"},
|
||||
"bench",
|
||||
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
||||
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
||||
|
@ -1,9 +1,13 @@
|
||||
body.light {
|
||||
--body-bg-color:#4a566e;
|
||||
/* --body-bg-color:#4a566e; */
|
||||
--plugin-bg-color:aliceblue; --plugin-fg-color:black; --output-bg-color:white;
|
||||
--panel-bg-color:var(--body-bg-color); --panel-fg-color:#d0d3da;
|
||||
--panel-input-bg-color:#6b7488; --panel-input-fg-color:white;
|
||||
--box-border:lightgray solid 1px; --box-shadow:gray 2px 2px 8px;
|
||||
|
||||
--body-bg-color:#181818;
|
||||
--panel-hover-bg-color:#2174ff;
|
||||
--action-output-bg-color:#f3f4f7;
|
||||
--panel-input-bg-color:transparent;
|
||||
}
|
||||
body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user