Open Mqxx opened 2 months ago
How can I change the style of the window or link to an external stylesheet?
Looks like I need to set the style directly using a style tag.
style
<style> body { background-color: red; } </style>
Would be nice to use a <link> tag instead.
<link>
How can I change the style of the window or link to an external stylesheet?