Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Implement userspace CSS to allow further customization of the UI #10

Open
IzKuipers opened this issue Mar 23, 2024 · 3 comments
Open

Implement userspace CSS to allow further customization of the UI #10

IzKuipers opened this issue Mar 23, 2024 · 3 comments
Assignees

Comments

@IzKuipers
Copy link
Member

IzKuipers commented Mar 23, 2024

Testing of this has already been performed: Making a markdown file on ArcFS and giving it a style tag already applies user styling to ArcOS as long as the Markdown file is rendered using Markdown Viewer:

<style>
  * {
    color: #f0f;
  }
</style>

The effects of this styling is reverted when Markdown Viewer is closed. We can apply the same principle to a style tag that only renders when the desktop is loaded, that way other states aren't affected.

@IzKuipers IzKuipers self-assigned this Mar 23, 2024
@NikNikovsky
Copy link
Contributor

How's that going

@IzKuipers
Copy link
Member Author

I'll start development of this first thing in the morning, I have some ideas

@NikNikovsky
Copy link
Contributor

Nice

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: Ready
Development

No branches or pull requests

2 participants