Skip to content

Custom CSS #10

@nebunebu

Description

@nebunebu

This is a feature request for custom css.

I tried bind-mounting "/etc/dumbkan/styles.css:/app/styles.css", which worked,

  {
    "Type": "bind",
    "Source": "/etc/dumbkan/styles.css",
    "Destination": "/app/styles.css",
    "Driver": "",
    "Mode": "",
    "Options": [
      "rbind"
    ],
    "RW": true,
    "Propagation": "rprivate"
  }

From within the podman container, I verified that the customized styles.css is present:

/app # grep bg-light styles.css
    --bg-light: #f5f;
    --background: var(--bg-light);

These changes do not take effect in the browser. I see no network request for a styles.css.

This could just be some error on my part.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions