keep the original color format in usercss @var (#1320)

This commit is contained in:
tophf 2021-08-22 11:57:35 +03:00 committed by GitHub
parent 32c5e17d08
commit 8ac43fca31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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