Skip to content

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

Description

@IzKuipers

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions