keep the original color format in usercss @var

This commit is contained in:
tophf 2021-08-21 11:20:17 +03:00
parent 32c5e17d08
commit 6d1b07dbca

View File

@ -36,7 +36,7 @@ const metaParser = (() => {
index: state.valueIndex, index: state.valueIndex,
}); });
} }
state.value = colorConverter.format(color, 'rgb'); state.value = colorConverter.format(color);
}, },
}, },
}; };