name-color: fix customized list

This commit is contained in:
mehbark 2024-07-11 01:29:24 -04:00
parent 89d1e122c2
commit f7da042736

View file

@ -70,7 +70,8 @@ async function update_name_color(name: string) {
function cssify({ requester }: { requester?: string }): string {
const preamble = `/* customized: ${
Object.keys(colors)
.filter((name) => colors[name])
.filter((name) => colors[name].color)
.sort()
.join(", ")
} */\n/* look, i don't like !important either, but i think it's a better choice than some lame .spec.ific.ity.hack.ing */\n\n`;