Few little fixes
This commit is contained in:
parent
75c7e83324
commit
de0e758ebb
@ -215,6 +215,7 @@ const color: Command = {
|
|||||||
desc: "Changes the color of the site.",
|
desc: "Changes the color of the site.",
|
||||||
subcommands: {
|
subcommands: {
|
||||||
reset: { name: "reset", desc: "Resets the color." },
|
reset: { name: "reset", desc: "Resets the color." },
|
||||||
|
value: { name: "value", desc: "Any valid (css) color value." },
|
||||||
},
|
},
|
||||||
execute: (_flags, args, _raw, cmdIf) => {
|
execute: (_flags, args, _raw, cmdIf) => {
|
||||||
if (!window || !window.document) return [];
|
if (!window || !window.document) return [];
|
||||||
|
Loading…
Reference in New Issue
Block a user