Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change style #172

Open
Mqxx opened this issue Aug 27, 2024 · 1 comment
Open

Change style #172

Mqxx opened this issue Aug 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Mqxx
Copy link

Mqxx commented Aug 27, 2024

How can I change the style of the window or link to an external stylesheet?

@Mqxx
Copy link
Author

Mqxx commented Aug 27, 2024

Looks like I need to set the style directly using a style tag.

<style>
  body {
    background-color: red;
  }
</style>

Would be nice to use a <link> tag instead.

@eliassjogreen eliassjogreen added the enhancement New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants