1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-11-22 22:43:33 +08:00
parent d23c37c9bc
commit d6a124e879
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,6 @@
body.blue {
--box-border:#9c9cb070 solid 1px;
--legend-bg-color:var(--ui-blue-10);
--input-bg-color:var(--ui-geekblue-10);
--body-bg-color:darkblue;
--plugin-bg-color:navy;
--input-bg-color:darkblue;
}

View File

@ -1,6 +1,7 @@
body.red {
--box-border:#9c9cb070 solid 1px;
--legend-bg-color:var(--ui-volcano-9);
--input-bg-color:var(--ui-red-10);
--body-bg-color:darkred;
--legend-bg-color:firebrick;
--input-bg-color:darkred;
}
body.red fieldset.draw.trend div.output svg { background-color:#d895959e; }

View File

@ -1,5 +1,6 @@
body.silver {
--box-border: gray solid 1px;
--body-bg-color:#202430;
--legend-bg-color:#2d323e;
--input-bg-color:#202430;
}