mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-29 11:17:22 +08:00
9 lines
380 B
CSS
9 lines
380 B
CSS
body.black {
|
|
--body-fg-color:cyan; --box-border:darkcyan solid 1px;
|
|
--plugin-bg-color:#061c3c9e; --input-bg-color:transparent;
|
|
--panel-output-bg-color:transparent;
|
|
--code-bg-color:var(--plugin-bg-color);
|
|
}
|
|
body.black table.content.action td:last-child { background-color:var(--th-bg-color); }
|
|
body.black fieldset.panel:not(.main):not(.auto) input::placeholder { color:gray; }
|