Few little fixes

This commit is contained in:
Daniel Kluge 2022-06-20 23:37:34 +02:00
parent 75c7e83324
commit de0e758ebb

View File

@ -215,6 +215,7 @@ const color: Command = {
desc: "Changes the color of the site.",
subcommands: {
reset: { name: "reset", desc: "Resets the color." },
value: { name: "value", desc: "Any valid (css) color value." },
},
execute: (_flags, args, _raw, cmdIf) => {
if (!window || !window.document) return [];