Allow editing of Internal CSS (css in head)

e.g.

<head>
     <style> p {color: red;} </style>
</head>
<body>
<p> I'm red</p>

PG cannot update “red” to “blue” for example.

Yeah - confirmed that this all is a lil bit weird - if to speak so.

Generally it works somehow, then PG doesn’t recognised changes or even the inline style itself. Haven’t figured out why and which point weirdness starts though. In fact, to initially reach the style, you have to restart PG.

So it’s more a buggy thing rather than a feature request.

Cheers

Thomas

I could not reproduce the issue. PG’s inline style correctly overrode the style I set in the head.