Certain codes not working/CSS

Posted 1 year, 3 months ago by Pastastar

I am trying to working on this code: https://toyhou.se/16446154.veiled/16737922.dark-theme for a character on thye live editor however, when placing the CSS in, it does not seem to work. Nor does it load.


Is there a way to fix this?


Thank you!!

circlejourney

So, usually if the CSS does not appear, it's because it's being linked from a protected CSS file on the Toyhouse server (check if there's a line containing "@import" anywhere). this is a measure to prevent theft, but it also means that my code editor can't access it. If that's not the issue, then feel free to DM me a copy of the CSS and I'll take a look (strictly for debugging, I can see that it's a paid theme and I won't use it).

Pastastar

Yeah, just checked and the @import is the reason.

If this is the case, then there is no way around using the editor?


Thank you for the help!

circlejourney

Pastastar yeah, there's no workaround except for copying the imported CSS code from your browser's inspector/viewing the source, but this may be against the code creator's ToS - so it's worth checking!

Pastastar

thanks a lot for the help! I'll def look into it