mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-08 22:08:09 +08:00
8 lines
217 B
CSS
8 lines
217 B
CSS
body.red {
|
|
--box-border:#9c9cb070 solid 1px;
|
|
--plugin-bg-color:firebrick;
|
|
--plugin-fg-color:silver;
|
|
--input-bg-color:darkred;
|
|
}
|
|
body.red fieldset.draw.trend div.output svg { background-color:#d895959e; }
|