mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
d23c37c9bc
commit
d6a124e879
@ -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;
|
||||
}
|
||||
|
@ -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; }
|
||||
|
@ -1,5 +1,6 @@
|
||||
body.silver {
|
||||
--box-border: gray solid 1px;
|
||||
--body-bg-color:#202430;
|
||||
--legend-bg-color:#2d323e;
|
||||
--input-bg-color:#202430;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user