catppuccin / userstyles

🖌 Soothing pastel userstyles
MIT License
473 stars 138 forks source link

unstyled inline styles #904

Closed trinkey closed 4 months ago

trinkey commented 4 months ago

Is there an existing issue outlining your problem?

What userstyles are you seeing the problem on?

lbl:chatgpt

Describe your problem.

Sometimes chatgpt decides to do some thing that makes there be inline styles and those inline styles arent the correct color

fix:

[style*="color: rgb(204, 0, 0)"] {
  color: @red;
}

Attach screenshots.

image

image

What browser(s) are you seeing the problem on?

firefox stable latest

Any additional comments?

No response

uncenter commented 4 months ago

In the future why not just make a PR when you have a fix? Not sure why this needs to be an issue...

trinkey commented 4 months ago

good point im just slow sometimes

isabelroses commented 4 months ago

In the future why not just make a PR when you have a fix? Not sure why this needs to be an issue...

Do both, create an issue to let it be know that it exists and to notify others that your going to fix it.

uncenter commented 4 months ago

In the future why not just make a PR when you have a fix? Not sure why this needs to be an issue...

Do both, create an issue to let it be know that it exists and to notify others that your going to fix it.

If it is a 3 line fix that makes sense to merge it has no reason to be an issue in the first place. It'll get merged faster than I can read the issue template lol