You can log back in here.
When making a profile, using a child selector will break everything.
Child selectors do work on pet profiles and custom CSS.
There isn't a wide variety of situations where they would be useful, but I think we should be able if we need to.
Was this ever resolved?
It has not been fixed. The second line will undo the colour applied by the first line. If you switch them, however, they will both apply. body {background-color:;} body > b {color:;}
body {background-color:;} body > b {color:;}