name-color: fix customized list
This commit is contained in:
parent
89d1e122c2
commit
f7da042736
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ async function update_name_color(name: string) {
|
||||||
function cssify({ requester }: { requester?: string }): string {
|
function cssify({ requester }: { requester?: string }): string {
|
||||||
const preamble = `/* customized: ${
|
const preamble = `/* customized: ${
|
||||||
Object.keys(colors)
|
Object.keys(colors)
|
||||||
.filter((name) => colors[name])
|
.filter((name) => colors[name].color)
|
||||||
|
.sort()
|
||||||
.join(", ")
|
.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`;
|
} */\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`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue